Release v0.16.5

This commit is contained in:
AntsyLich
2024-04-09 13:48:14 +06:00
parent 9a6559b013
commit 2a01a2ac6b
3 changed files with 5 additions and 5 deletions

View File

@ -22,8 +22,8 @@ android {
defaultConfig {
applicationId = "app.mihon"
versionCode = 5
versionName = "0.16.4"
versionCode = 6
versionName = "0.16.5"
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")