From e871600a4077313c4b2f1d86bbdba0fd6fe2c8bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mustafa=20ic=CC=A7men?= Date: Sun, 19 Apr 2020 13:54:27 +0300 Subject: [PATCH] app released --- .idea/caches/build_file_checksums.ser | Bin 542 -> 542 bytes .idea/modules.xml | 2 ++ app/build.gradle | 4 ++-- app/release/output.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 1caffaa598bc70a44aa7b32a6b72279c020742cc..c9ff5bbe4103b9dc1d7b9f857aea18d84dc3a25a 100644 GIT binary patch delta 61 zcmV-D0K)&C1fB$tm;{m!uE(*Q76B9c)0BJ^`y_!&FW15W+`8>_01=Zx0UMLx0WA^8 TLBZ7W(ZFxGnvsDo#jRg>Nqro; delta 61 zcmV-D0K)&C1fB$tm;{mISJknc76B9TWws7Egmfqi$8&Tu(>Q!|01=Zx0UMLx0WA>~ T=EnG4;hB1SJ~j + + diff --git a/app/build.gradle b/app/build.gradle index f337aec..83d24c4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,8 +22,8 @@ android { applicationId "ch.pizzacucina.android" minSdkVersion 16 targetSdkVersion 28 - versionCode 1 // play store'daki version --> canlı: 0 - dahili test: 17 - versionName "1.00" // play store'daki version --> canlı: 0.00 - dahili test: 1.17 + versionCode 2 // play store'daki version --> canlı: 0 - dahili test: 17 + versionName "1.01" // play store'daki version --> canlı: 0.00 - dahili test: 1.17 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" multiDexEnabled true manifestPlaceholders = [ diff --git a/app/release/output.json b/app/release/output.json index eb48070..dad713d 100644 --- a/app/release/output.json +++ b/app/release/output.json @@ -1 +1 @@ -[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.00","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] \ No newline at end of file +[{"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":{}}] \ No newline at end of file