Release v0.20.0

This commit is contained in:
AntsyLich
2026-06-27 05:58:04 +06:00
parent 8c099aca90
commit 19f1d00fcb
5 changed files with 14 additions and 8 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ android {
defaultConfig {
applicationId = "app.mihon"
versionCode = 23
versionName = "0.19.9"
versionCode = 24
versionName = "0.20.0"
buildConfigField("String", "COMMIT_COUNT", "\"${getLatestCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getLatestCommitSha()}\"")