Revert "fix: fix auto updater on nightly builds"

This reverts commit 09733f3343.
This commit is contained in:
LucasGGamerM 2023-04-15 18:54:02 -03:00
parent 5515b12fd9
commit c1252638c6
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ public class GithubSelfUpdaterImpl extends GithubSelfUpdater{
.putString("version", version)
.putString("apkURL", url)
.putString("changelog", changelog)
.putInt("checkedByBuild", BuildConfig.VERSION_CODE - 1)
.putInt("checkedByBuild", BuildConfig.VERSION_CODE)
.remove("downloadID")
.apply();