Release v0.14.5

This commit is contained in:
arkon
2023-02-19 11:59:11 -05:00
parent 83fda20078
commit b690de55e5
4 changed files with 6 additions and 6 deletions

View File

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