Make the real version appear in About screen

Signed-off-by: denis0001-dev <denis0001.dev@ya.ru>
This commit is contained in:
2026-07-22 16:57:50 +03:00
Unverified
parent aa660d9129
commit ab929af019
6 changed files with 74 additions and 6 deletions
+4
View File
@@ -8,6 +8,10 @@ plugins {
alias(libs.plugins.google.services) apply false
}
/** Single source of truth for app version (APK + generated [AppBuildInfo]). */
extra["versionName"] = "1.1.3"
extra["versionCode"] = 113
buildscript {
repositories {
google()