Also do the last commit for SY
This commit is contained in:
parent
118e1d302b
commit
f33a4e2ecc
@ -44,7 +44,7 @@ android {
|
||||
minSdkVersion AndroidConfig.minSdk
|
||||
targetSdkVersion AndroidConfig.targetSdk
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
versionCode 11
|
||||
versionCode 12
|
||||
versionName "1.4.1"
|
||||
|
||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||
|
@ -256,7 +256,7 @@ object EXHMigrations {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (oldVersion < 10) {
|
||||
if (oldVersion < 12) {
|
||||
// Force MAL log out due to login flow change
|
||||
val trackManager = Injekt.get<TrackManager>()
|
||||
trackManager.myAnimeList.logout()
|
||||
|
Loading…
x
Reference in New Issue
Block a user