app relese

This commit is contained in:
2019-12-22 00:04:53 +03:00
parent 3a7482841d
commit e90d7068ce
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -22,8 +22,8 @@ android {
applicationId "ch.pizzaleu.android"
minSdkVersion 16
targetSdkVersion 28
versionCode 10 // play store'daki version --> canlı: 0 - dahili test: 9
versionName "1.10" // play store'daki version --> canlı: 0.00 - dahili test: 1.09
versionCode 11 // play store'daki version --> canlı: 0 - dahili test: 10
versionName "1.11" // play store'daki version --> canlı: 0.00 - dahili test: 1.10
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
manifestPlaceholders = [

View File

@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":9,"versionName":"1.09","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":10,"versionName":"1.10","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]