Release v0.19.0

This commit is contained in:
AntsyLich
2025-08-04 09:30:03 +06:00
parent f1193866f4
commit e4de208cf7
4 changed files with 10 additions and 7 deletions

View File

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