app released

This commit is contained in:
2023-09-04 23:41:01 +02:00
parent 69db5e78bc
commit b9cfccee6f

View File

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