Release v0.15.3

This commit is contained in:
arkon
2024-01-13 09:33:18 -05:00
parent 33c62ab711
commit 49991d38d9
4 changed files with 6 additions and 6 deletions

View File

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