Release v0.17.1

This commit is contained in:
AntsyLich
2024-12-06 23:12:20 +06:00
parent ead9c0cd47
commit 3a100c7816
4 changed files with 9 additions and 6 deletions

View File

@@ -29,8 +29,8 @@ android {
defaultConfig {
applicationId = "app.mihon"
versionCode = 8
versionName = "0.17.0"
versionCode = 9
versionName = "0.17.1"
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")