Switch tests to android sdk 26

This commit is contained in:
Ilya Chernikov
2017-11-28 18:32:39 +01:00
committed by Vyacheslav Gerasimov
parent c153a386ab
commit b5db681e06
2 changed files with 4 additions and 4 deletions
@@ -451,7 +451,7 @@ class MultiplatformProjectImportingTest : GradleImportingTestCase() {
} }
android { android {
compileSdkVersion 23 compileSdkVersion 26
buildToolsVersion "23.0.1" buildToolsVersion "23.0.1"
defaultConfig { defaultConfig {
applicationId "org.jetbrains.kotlin" applicationId "org.jetbrains.kotlin"
@@ -584,7 +584,7 @@ class MultiplatformProjectImportingTest : GradleImportingTestCase() {
} }
android { android {
compileSdkVersion 23 compileSdkVersion 26
buildToolsVersion "23.0.1" buildToolsVersion "23.0.1"
defaultConfig { defaultConfig {
applicationId "org.jetbrains.kotlin" applicationId "org.jetbrains.kotlin"
@@ -1011,7 +1011,7 @@ compileTestKotlin {
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 23 compileSdkVersion 26
buildToolsVersion "23.0.1" buildToolsVersion "23.0.1"
defaultConfig { defaultConfig {
@@ -1146,7 +1146,7 @@ compileTestKotlin {
apply plugin: 'kotlin-android' apply plugin: 'kotlin-android'
android { android {
compileSdkVersion 23 compileSdkVersion 26
buildToolsVersion "23.0.1" buildToolsVersion "23.0.1"
defaultConfig { defaultConfig {