update version

This commit is contained in:
2026-07-27 21:52:30 +03:00
parent 93a53967e3
commit 4202547931
+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 = 42
versionName = "1.23.1"
versionCode = 43
versionName = "1.23.2"
}
}