Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Bump versionCode to prevent downgrades

Since the database schema was changed in f301dc64
Cette révision appartient à :
arkon 2023-01-14 18:27:36 -05:00
Parent f301dc64f0
révision 6fe650319d

Voir le fichier

@ -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()}\"")