app release

This commit is contained in:
2019-04-05 00:52:39 +03:00
parent 734696850f
commit 6345bce81a
6 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -22,8 +22,8 @@ android {
applicationId "ch.pizzamaxx.android"
minSdkVersion 16
targetSdkVersion 28
versionCode 5 // play store'daki version --> canlı: - dahili test: 4
versionName "1.11" // play store'daki version --> canlı: - dahili test: 1.10
versionCode 7 // play store'daki version --> canlı: 6 - dahili test: 6
versionName "1.13" // play store'daki version --> canlı: 1.12 - dahili test: 1.12
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
manifestPlaceholders = [

BIN
app/release/app-release.apk Normal file

Binary file not shown.

View File

@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":4,"versionName":"1.10","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":6,"versionName":"1.12","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]

View File

@@ -14,7 +14,7 @@ public class UserModel implements Serializable{
@Expose @SerializedName("customer_id") private String id;
@Expose @SerializedName("address_id") private String addressId;
@Expose @SerializedName("pizza_pass_count") private String pizzapassCount;
@Expose @SerializedName("kebap_pass_count") private String kebappassCount;
@Expose @SerializedName("kebab_pass_count") private String kebappassCount;
private String firstname;
private String lastname;
private String email;