up version

This commit is contained in:
2026-07-29 19:03:56 +03:00
parent 70764a06d1
commit 4bd8e0a2bc
+2 -2
View File
@@ -12,8 +12,8 @@ android {
applicationId = namespace
minSdk = libs.versions.proj.min.get().toInt()
targetSdk = libs.versions.proj.target.get().toInt()
versionCode = 43
versionName = "1.23.2"
versionCode = 44
versionName = "1.24"
}
}