app publish

This commit is contained in:
cimenmus
2018-08-25 00:45:42 +03:00
parent e922574ac5
commit ab0085720c
3 changed files with 3 additions and 3 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId "ch.pizzapp.capri"
minSdkVersion 16
targetSdkVersion 27
versionCode 12 // play store'daki version --> canlı: 8 - dahili test: 11
versionName "2.14" // play store'daki version --> canlı: 2.1 - dahili test: 2.13
versionCode 13 // play store'daki version --> canlı: 8 - dahili test: 12
versionName "2.15" // play store'daki version --> canlı: 2.1 - dahili test: 2.14
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}