Update build.gradle.kts

This commit is contained in:
cheesedroid
2025-12-08 18:11:45 +03:00
committed by GitHub
parent 2dd181494a
commit cdcd8b85b5

View File

@@ -16,8 +16,8 @@ android {
applicationId = "com.cherret.zaprett"
minSdk = 29
targetSdk = 35
versionCode = 24
versionName = "2.12"
versionCode = 25
versionName = "2.13"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}