Release v0.16.1

This commit is contained in:
AntsyLich
2024-01-18 01:30:03 +06:00
parent 99fd2731f5
commit 6018aa99e2
3 changed files with 5 additions and 5 deletions

View File

@ -22,8 +22,8 @@ android {
defaultConfig {
applicationId = "app.mihon"
versionCode = 1
versionName = "0.16.0"
versionCode = 2
versionName = "0.16.1"
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")