app released

This commit is contained in:
2019-12-01 22:54:46 +03:00
parent e2770377d1
commit 60a6f53069
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 3 // play store'daki version --> canlı: 0 - dahili test: 2
versionName "1.02" // play store'daki version --> canlı: 0.00 - dahili test: 1.01
versionCode 4 // play store'daki version --> canlı: 0 - dahili test: 3
versionName "1.03" // play store'daki version --> canlı: 0.00 - dahili test: 1.02
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
manifestPlaceholders = [

View File

@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":2,"versionName":"1.01","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":3,"versionName":"1.02","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]