app publish

This commit is contained in:
cimenmus
2018-08-25 00:45:42 +03:00
parent e922574ac5
commit ab0085720c
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@@ -12,8 +12,8 @@ android {
applicationId "ch.pizzapp.capri"
minSdkVersion 16
targetSdkVersion 27
versionCode 12 // play store'daki version --> canlı: 8 - dahili test: 11
versionName "2.14" // play store'daki version --> canlı: 2.1 - dahili test: 2.13
versionCode 13 // play store'daki version --> canlı: 8 - dahili test: 12
versionName "2.15" // play store'daki version --> canlı: 2.1 - dahili test: 2.14
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}

View File

@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":11,"versionName":"2.13","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":12,"versionName":"2.14","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]