diff --git a/android/build.gradle b/android/build.gradle index 11b91ccea675d0162d2ff2b344e8e909b6e938cf..639d0753ef5c505600862981f1a0919f19a97f83 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -11,12 +11,12 @@ buildscript { apply plugin: 'com.android.library' android { - compileSdkVersion project.hasProperty('compileSdkVersion') ? project.compileSdkVersion : 25 - buildToolsVersion project.hasProperty('buildToolsVersion') ? project.buildToolsVersion : '25.0.3' + compileSdkVersion project.hasProperty('compileSdkVersion') ? project.compileSdkVersion : 26 + buildToolsVersion project.hasProperty('buildToolsVersion') ? project.buildToolsVersion : '26.0.3' defaultConfig { minSdkVersion 16 - targetSdkVersion project.hasProperty('targetSdkVersion') ? project.targetSdkVersion : 22 + targetSdkVersion project.hasProperty('targetSdkVersion') ? project.targetSdkVersion : 26 versionCode 1 versionName "1.0" }