app publish

This commit is contained in:
cimenmus
2018-08-22 13:29:52 +03:00
parent 68c216127d
commit a1efc268eb
6 changed files with 16 additions and 13 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId "ch.pizzapp.capri"
minSdkVersion 16
targetSdkVersion 27
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
versionCode 11 // play store'daki version --> canlı: 8 - dahili test: 10
versionName "2.13" // play store'daki version --> canlı: 2.1 - dahili test: 2.12
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {