Release v0.19.2

This commit is contained in:
AntsyLich
2025-11-02 19:45:10 +06:00
parent 8609553896
commit 38b1bd7383
4 changed files with 9 additions and 6 deletions

View File

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