Support stable users migrating to preview
This commit is contained in:
parent
5df6050180
commit
acfc76bdd0
@ -28,7 +28,7 @@ android {
|
||||
applicationId = "eu.kanade.tachiyomi.sy"
|
||||
minSdk = AndroidConfig.minSdk
|
||||
targetSdk = AndroidConfig.targetSdk
|
||||
versionCode = 37
|
||||
versionCode = 38
|
||||
versionName = "1.8.5"
|
||||
|
||||
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
|
||||
|
@ -411,7 +411,7 @@ object EXHMigrations {
|
||||
preferences.navigationModeWebtoon().set(5)
|
||||
}
|
||||
}
|
||||
if (oldVersion under 37) {
|
||||
if (oldVersion under 38) {
|
||||
// Handle renamed enum values
|
||||
@Suppress("DEPRECATION")
|
||||
val newSortingMode = when (val oldSortingMode = preferences.librarySortingMode().get()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user