Also do the last commit for SY

This commit is contained in:
Jobobby04 2020-12-26 00:31:38 -05:00
parent 118e1d302b
commit f33a4e2ecc
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ android {
minSdkVersion AndroidConfig.minSdk minSdkVersion AndroidConfig.minSdk
targetSdkVersion AndroidConfig.targetSdk targetSdkVersion AndroidConfig.targetSdk
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionCode 11 versionCode 12
versionName "1.4.1" versionName "1.4.1"
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\"" buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""

View File

@ -256,7 +256,7 @@ object EXHMigrations {
} }
} }
} }
if (oldVersion < 10) { if (oldVersion < 12) {
// Force MAL log out due to login flow change // Force MAL log out due to login flow change
val trackManager = Injekt.get<TrackManager>() val trackManager = Injekt.get<TrackManager>()
trackManager.myAnimeList.logout() trackManager.myAnimeList.logout()