up version

This commit is contained in:
2026-07-26 16:19:47 +03:00
parent 925a8fc9ca
commit 9c54cd7f0b
+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 = 41
versionName = "1.23"
versionCode = 42
versionName = "1.23.1"
}
}