mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Bump versionCode to prevent downgrades
Since the database schema was changed in f301dc64
This commit is contained in:
parent
f301dc64f0
commit
6fe650319d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ android {
|
|||
applicationId = "eu.kanade.tachiyomi"
|
||||
minSdk = AndroidConfig.minSdk
|
||||
targetSdk = AndroidConfig.targetSdk
|
||||
versionCode = 93
|
||||
versionCode = 94
|
||||
versionName = "0.14.3"
|
||||
|
||||
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
|
||||
|
|
Loading…
Reference in a new issue