app updated

This commit is contained in:
2019-09-15 23:26:26 +03:00
parent 40ed80c9b2
commit 3f3636c68a
6 changed files with 119 additions and 3 deletions

View File

@@ -22,8 +22,8 @@ android {
applicationId "ch.pizzamaxx.android"
minSdkVersion 16
targetSdkVersion 28
versionCode 10 // play store'daki version --> canlı: 9 - dahili test: 6
versionName "1.30" // play store'daki version --> canlı: 1.25 - dahili test: 1.12
versionCode 11 // play store'daki version --> canlı: 10 - dahili test: 6
versionName "1.40" // play store'daki version --> canlı: 1.30 - dahili test: 1.12
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
manifestPlaceholders = [

BIN
app/release/app-release.apk Normal file

Binary file not shown.

View File

@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":9,"versionName":"1.25","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.30","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]