Release v0.19.9

This commit is contained in:
AntsyLich
2026-04-11 14:17:30 +06:00
parent 5f548243e1
commit 7a917968e3
4 changed files with 11 additions and 6 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ android {
defaultConfig {
applicationId = "app.mihon"
versionCode = 21
versionName = "0.19.8"
versionCode = 22
versionName = "0.19.9"
buildConfigField("String", "COMMIT_COUNT", "\"${getLatestCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getLatestCommitSha()}\"")