app released

This commit is contained in:
2020-11-21 20:07:01 +03:00
parent cb8c976252
commit c0873c3d2f
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@@ -22,8 +22,8 @@ android {
applicationId "ch.pizzalemon.android" applicationId "ch.pizzalemon.android"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 29 targetSdkVersion 29
versionCode 22 // play store'daki version --> canlı: 0 - dahili test: 17 versionCode 23 // play store'daki version --> canlı: 0 - dahili test: 17
versionName "2.02" // play store'daki version --> canlı: 0.00 - dahili test: 1.17 versionName "2.03" // play store'daki version --> canlı: 0.00 - dahili test: 1.17
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
multiDexEnabled true multiDexEnabled true
manifestPlaceholders = [ manifestPlaceholders = [

View File

@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":22,"versionName":"2.02","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] [{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":23,"versionName":"2.03","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]