text changed

This commit is contained in:
cimenmus
2018-08-29 00:06:12 +03:00
parent dc96d076d3
commit d4d4c2d429
4 changed files with 7 additions and 7 deletions

Binary file not shown.

View File

@@ -23,8 +23,8 @@ android {
applicationId "ch.pizzapp.capri"
minSdkVersion 16
targetSdkVersion 27
versionCode 16 // play store'daki version --> canlı: 12 - dahili test: 15
versionName "2.18" // play store'daki version --> canlı: 2.14 - dahili test: 2.17
versionCode 17 // play store'daki version --> canlı: 16 - dahili test: 15
versionName "2.19" // play store'daki version --> canlı: 2.18 - dahili test: 2.17
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
manifestPlaceholders = [

View File

@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":15,"versionName":"2.17","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":16,"versionName":"2.18","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]

View File

@@ -139,10 +139,10 @@
<string name="confirm_order">JETZT BESTELLEN</string>    
<string name="done_order">FERTIG</string>    
<string-array name="stepperLabels">
<item>Lieferungsart</item>
<item>Lieferungsadresse</item>        
<item>Zahlungsart</item>
<item>Bemerkungen</item>        
<item>Lieferungs\nArt</item>
<item>Lieferungs\Adresse</item>        
<item>Zahlungs\nArt</item>
<item>Bemer-\nkungen</item>        
<item>Bestell Übersicht</item>    
</string-array>
<!-- CreateOrderActivity -->