Release v0.14.6

This commit is contained in:
arkon
2023-04-16 11:00:14 -04:00
parent 9e09a20e65
commit c615f4d458
4 changed files with 6 additions and 6 deletions

View File

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