bug fixes

This commit is contained in:
cimenmus
2018-01-26 23:39:07 +03:00
parent 7b19d9dab9
commit 1fd7d892b5
5 changed files with 8 additions and 8 deletions

View File

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