up version

This commit is contained in:
2026-07-26 11:32:52 +03:00
parent d3afebf420
commit 78cc178f26
+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 = 40
versionName = "1.22"
versionCode = 41
versionName = "1.23"
}
}