Release v0.19.1

This commit is contained in:
AntsyLich
2025-08-07 19:59:01 +06:00
parent d88dbe6409
commit 029e36bfb4
4 changed files with 9 additions and 6 deletions

View File

@@ -26,8 +26,8 @@ android {
defaultConfig {
applicationId = "app.mihon"
versionCode = 12
versionName = "0.19.0"
versionCode = 13
versionName = "0.19.1"
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")