Release v0.20.2

This commit is contained in:
AntsyLich
2026-08-01 21:32:00 +06:00
parent 7d4e1476ba
commit 0648e2eaaf
4 changed files with 9 additions and 6 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ android {
defaultConfig {
applicationId = "app.mihon"
versionCode = 26
versionName = "0.20.1"
versionCode = 27
versionName = "0.20.2"
buildConfigField("String", "COMMIT_COUNT", "\"${getLatestCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getLatestCommitSha()}\"")