bump app version

This commit is contained in:
CherretGit
2025-10-18 19:29:27 +07:00
parent e8a8fa69db
commit 2f349e5108

View File

@@ -16,8 +16,8 @@ android {
applicationId = "com.cherret.zaprett"
minSdk = 29
targetSdk = 35
versionCode = 22
versionName = "2.10"
versionCode = 23
versionName = "2.11"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}