Release v0.15.2

This commit is contained in:
arkon
2024-01-08 18:17:25 -05:00
parent 68899aea61
commit c6601c1f94
4 changed files with 6 additions and 6 deletions

View File

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