Update android test dependency to android 4.4.2 cause of missed test result problem on 4.1.2

This commit is contained in:
Mikhael Bogdanov
2016-05-02 15:03:15 +03:00
parent 249d08a66e
commit 09509b6d18
4 changed files with 13 additions and 18 deletions
@@ -18,13 +18,13 @@ repositories {
}
android {
compileSdkVersion 16
compileSdkVersion 19
buildToolsVersion "23.0.3"
defaultConfig {
applicationId "org.jetbrains.kotlin.android.tests"
minSdkVersion 16
targetSdkVersion 16
minSdkVersion 19
targetSdkVersion 19
versionCode 1
versionName "1.0"
testApplicationId "org.jetbrains.kotlin.android.tests.gradle"