Release v0.16.4

This commit is contained in:
AntsyLich
2024-02-26 22:13:45 +06:00
parent 085147b15b
commit a4f5dfab1a
3 changed files with 5 additions and 5 deletions

View File

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