Release v0.15.0

This commit is contained in:
arkon
2024-01-06 09:50:56 -05:00
parent 7e053b5862
commit c4ceda59df
4 changed files with 6 additions and 6 deletions

View File

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