app release

This commit is contained in:
2020-01-11 15:51:02 +03:00
parent 71fa36cba9
commit 3099cb9bc7
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 14 // play store'daki version --> canlı: 0 - dahili test: 13
versionName "1.14" // play store'daki version --> canlı: 0.00 - dahili test: 1.13
versionCode 15 // play store'daki version --> canlı: 0 - dahili test: 14
versionName "1.15" // play store'daki version --> canlı: 0.00 - dahili test: 1.14
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
manifestPlaceholders = [

View File

@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":13,"versionName":"1.13","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":15,"versionName":"1.15","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]