Merge branch 'patch'

This commit is contained in:
arkon
2023-04-16 11:09:22 -04:00
4 changed files with 6 additions and 6 deletions

View File

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