Skip to content

Commit

Permalink
fix: no need for update post
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelonion committed May 7, 2024
1 parent fda68a7 commit 7fdd8d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ android {
}
debug {
applicationIdSuffix ".beta"
versionNameSuffix "-beta03"
versionNameSuffix "-beta04"
manifestPlaceholders.icon_placeholder = "@mipmap/ic_launcher_beta"
manifestPlaceholders.icon_placeholder_round = "@mipmap/ic_launcher_beta_round"
debuggable false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class AnilistHomeViewModel : ViewModel() {
if (!BuildConfig.FLAVOR.contains("fdroid")) {
if (PrefManager.getVal(PrefName.CheckUpdate))
context.lifecycleScope.launch(Dispatchers.IO) {
AppUpdater.check(context, true)
AppUpdater.check(context, false)
}
}
val ret = Anilist.query.getGenresAndTags()
Expand Down

0 comments on commit 7fdd8d5

Please sign in to comment.