Merge remote-tracking branch 'origin/feature/show_changelog_button' into feature/show_changelog_button

This commit is contained in:
LucasGGamerM
2022-12-25 14:18:59 -03:00
4 changed files with 49 additions and 0 deletions

View File

@@ -39,6 +39,8 @@ public abstract class GithubSelfUpdater{
public abstract void cancelDownload();
public abstract String getChangelog();
public abstract void handleIntentFromInstaller(Intent intent, Activity activity);
public enum UpdateState{