diff --git a/android/build.gradle b/android/build.gradle index 01dd5ac1aa7e99143cc4905acb4c7774f48942cf..40f4f265ce2ba12baa2e7232f03ca5fb6e440971 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,12 +1,12 @@ apply plugin: 'com.android.library' android { - compileSdkVersion 23 + compileSdkVersion 27 buildToolsVersion "23.0.1" defaultConfig { minSdkVersion 16 - targetSdkVersion 23 + targetSdkVersion 27 versionCode 1 versionName "1.0"