Set proper defaults for new table columns

This commit is contained in:
arkon
2023-07-10 16:44:48 -04:00
parent a577f5534f
commit 9a817e49be
4 changed files with 6 additions and 7 deletions

View File

@@ -22,9 +22,8 @@ android {
defaultConfig {
applicationId = "eu.kanade.tachiyomi"
versionCode = 104
versionName = "0.14.6"
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")