up version

This commit is contained in:
2026-06-21 23:16:18 +03:00
parent 99c64d23a4
commit 7a254a5085
+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 = 36
versionName = "1.18.1"
versionCode = 37
versionName = "1.19.1"
}
}