chore(build): bump version code to 76 and version name to 1.13.4

This commit is contained in:
Cuong-Tran 2025-09-15 11:52:24 +07:00
parent f196ce832a
commit 61c6918e11
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -25,8 +25,8 @@ android {
defaultConfig {
applicationId = "app.komikku"
versionCode = 75
versionName = "1.13.3"
versionCode = 76
versionName = "1.13.4"
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")