Release v0.19.3

This commit is contained in:
AntsyLich
2025-11-04 13:05:40 +06:00
parent ace387f8bf
commit 282110ef21
4 changed files with 9 additions and 6 deletions

View File

@@ -26,8 +26,8 @@ android {
defaultConfig {
applicationId = "app.mihon"
versionCode = 15
versionName = "0.19.2"
versionCode = 16
versionName = "0.19.3"
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")