Merge branch 'feature/check-for-update-button' into fork

This commit is contained in:
sk
2022-11-04 03:09:39 +01:00
6 changed files with 72 additions and 16 deletions

View File

@@ -23,6 +23,8 @@ public abstract class GithubSelfUpdater{
return BuildConfig.BUILD_TYPE.equals("githubRelease") || BuildConfig.BUILD_TYPE.equals("debug");
}
public abstract void checkForUpdates();
public abstract void maybeCheckForUpdates();
public abstract GithubSelfUpdater.UpdateState getState();