up version

This commit is contained in:
2026-06-30 17:58:12 +03:00
parent c69b974126
commit 8b2585459a
+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 = 38
versionName = "1.20"
versionCode = 39
versionName = "1.21"
}
}