update version

This commit is contained in:
2026-08-03 21:43:21 +03:00
parent 7fb482f46f
commit 0963829543
+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 = 47
versionName = "1.24.3"
versionCode = 48
versionName = "1.24.4"
}
}