app released

This commit is contained in:
2020-01-18 16:46:50 +03:00
parent 98038521dc
commit 4699b7801c
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 16 // play store'daki version --> canlı: 0 - dahili test: 15
versionName "1.16" // play store'daki version --> canlı: 0.00 - dahili test: 1.15
versionCode 17 // play store'daki version --> canlı: 0 - dahili test: 16
versionName "1.17" // play store'daki version --> canlı: 0.00 - dahili test: 1.16
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
manifestPlaceholders = [

View File

@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":16,"versionName":"1.16","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":17,"versionName":"1.17","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]