Release v0.14.4

This commit is contained in:
arkon
2023-02-05 10:35:15 -05:00
parent 3c16082636
commit 477e3d9b94
4 changed files with 6 additions and 6 deletions

View File

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