Release v0.16.3

This commit is contained in:
AntsyLich
2024-01-30 02:31:38 +06:00
parent 1581b876cf
commit 139663acfc
3 changed files with 5 additions and 5 deletions

View File

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