Release v0.20.1

This commit is contained in:
AntsyLich
2026-07-10 00:03:15 +06:00
parent 3d3bd49d1c
commit a8d3e39779
5 changed files with 13 additions and 9 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ android {
defaultConfig {
applicationId = "app.mihon"
versionCode = 25
versionName = "0.20.0"
versionCode = 26
versionName = "0.20.1"
buildConfigField("String", "COMMIT_COUNT", "\"${getLatestCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getLatestCommitSha()}\"")