This commit is contained in:
cimenmus
2018-01-28 18:43:47 +03:00
parent 1fd7d892b5
commit 39c36b2e56
5 changed files with 8 additions and 6 deletions

View File

@@ -7,8 +7,8 @@ android {
applicationId "ch.pizzalink.android"
minSdkVersion 16
targetSdkVersion 26
versionCode 3 // play store'daki version : 2 (beta test)
versionName "1.11" // play store'daki version : 1.1 (beta test)
versionCode 4 // play store'daki version : 3
versionName "1.12" // play store'daki version : 1.11
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {