Release v0.14.7

This commit is contained in:
arkon
2023-10-25 12:04:09 -04:00
parent 94448faf97
commit c8d68590db
4 changed files with 6 additions and 6 deletions

View File

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