Skip to content

Commit

Permalink
Version 1.7.0-b02
Browse files Browse the repository at this point in the history
  • Loading branch information
Jays2Kings committed Apr 19, 2023
1 parent feccf46 commit a8639ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/eu/kanade/tachiyomi/Migrations.kt
Expand Up @@ -216,7 +216,7 @@ object Migrations {
preferences.groupChaptersHistory().set(RecentsPresenter.GroupType.Never)
}
}
if (oldVersion < 104) {
if (oldVersion < 105) {
LibraryUpdateJob.cancelAllWorks(context)
LibraryUpdateJob.setupTask(context)
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Expand Up @@ -4,7 +4,7 @@ object AndroidVersions {
const val compileSdk = 33
const val minSdk = 23
const val targetSdk = 33
const val versionCode = 104
const val versionCode = 105
const val versionName = "1.7.0"
const val ndk = "23.1.7779620"
const val kotlin = "1.8.10"
Expand Down

0 comments on commit a8639ae

Please sign in to comment.