Bump versionCode so next build will force MAL logout

This commit is contained in:
arkon
2020-12-21 17:10:08 -05:00
parent 2d28750782
commit 0b62fa8b76
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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()}\""