app released

This commit is contained in:
2023-09-03 21:42:44 +02:00
parent 61db6047c2
commit 950c2494df

View File

@@ -20,8 +20,8 @@ android {
applicationId "ch.pizzalemon.android"
minSdkVersion 16
targetSdkVersion 33
versionCode 25// play store'daki version --> canlı: 0 - dahili test: 17
versionName "2.05" // play store'daki version --> canlı: 0.00 - dahili test: 1.17
versionCode 26// play store'daki version --> canlı: 0 - dahili test: 17
versionName "2.06" // play store'daki version --> canlı: 0.00 - dahili test: 1.17
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
multiDexEnabled true
}