Эх сурвалжийг харах

Bump versionCode so next build will force MAL logout

arkon 4 жил өмнө
parent
commit
0b62fa8b76

+ 1 - 1
app/build.gradle

@@ -42,7 +42,7 @@ android {
         minSdkVersion AndroidConfig.minSdk
         targetSdkVersion AndroidConfig.targetSdk
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
-        versionCode 53
+        versionCode 54
         versionName "0.10.7"
 
         buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""

+ 1 - 1
app/src/main/java/eu/kanade/tachiyomi/Migrations.kt

@@ -117,7 +117,7 @@ object Migrations {
                     remove("pref_filter_completed_key")
                 }
             }
-            if (oldVersion < 53) {
+            if (oldVersion < 54) {
                 // Force MAL log out due to login flow change
                 // v52: switched from scraping to WebView
                 // v53: switched from WebView to OAuth