chore(build): bump version code to 76 and version name to 1.13.4
This commit is contained in:
parent
f196ce832a
commit
61c6918e11
1 changed files with 2 additions and 2 deletions
|
|
@ -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()}\"")
|
||||
|
|
|
|||
Loading…
Reference in a new issue