up version

This commit is contained in:
2026-08-08 19:24:37 +03:00
parent 2f8c983728
commit f1d191c94d
+2 -2
View File
@@ -12,8 +12,8 @@ android {
applicationId = namespace applicationId = namespace
minSdk = libs.versions.proj.min.get().toInt() minSdk = libs.versions.proj.min.get().toInt()
targetSdk = libs.versions.proj.target.get().toInt() targetSdk = libs.versions.proj.target.get().toInt()
versionCode = 49 versionCode = 50
versionName = "1.25.0" versionName = "1.25.1"
} }
} }