Force recreate download index cache on upgrade

Fixes #10187
This commit is contained in:
arkon
2023-12-03 14:58:08 -05:00
parent 3aead3a2a9
commit ccadfc8fe5
3 changed files with 7 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ android {
defaultConfig {
applicationId = "eu.kanade.tachiyomi"
versionCode = 110
versionCode = 111
versionName = "0.14.7"
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")