repeat order

This commit is contained in:
cimenmus
2018-07-12 00:13:46 +03:00
parent 9cd1bf9c71
commit 57c75dd216
13 changed files with 315 additions and 71 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId "ch.pizzapp.capri"
minSdkVersion 16
targetSdkVersion 27
versionCode 9 // play store'daki version --> canlı : 8 dahili test: 6
versionName "2.11" // play store'daki version : 2.1
versionCode 10 // play store'daki version --> canlı: 8 - dahili test: 6
versionName "2.12" // play store'daki version --> canlı: 2.1 - dahili test: 2.11
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {