Release v0.15.1

This commit is contained in:
arkon
2024-01-07 09:52:01 -05:00
parent f3336fc5c3
commit 8a8362203f
5 changed files with 14 additions and 14 deletions

View File

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