app released

This commit is contained in:
2025-09-07 16:17:59 +02:00
parent e866a788e6
commit 8011503b4b
2 changed files with 10 additions and 2 deletions

View File

@@ -20,8 +20,8 @@ android {
applicationId "ch.pizzalemon.android"
minSdkVersion 21
targetSdkVersion 35
versionCode 30// play store'daki version --> canlı: 0 - dahili test: 17
versionName "2.10" // play store'daki version --> canlı: 0.00 - dahili test: 1.17
versionCode 31// play store'daki version --> canlı: 0 - dahili test: 17
versionName "2.11" // play store'daki version --> canlı: 0.00 - dahili test: 1.17
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
multiDexEnabled true
}