change build.gradle version

This commit is contained in:
white
2025-10-16 16:18:03 +03:00
parent 39dc2baad3
commit 69f395275e

View File

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