diff --git a/android/build.gradle b/android/build.gradle index 8fc020d..8012860 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -26,12 +26,11 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { - compileSdkVersion 25 - buildToolsVersion '25.0.3' + compileSdkVersion 28 defaultConfig { minSdkVersion 16 - targetSdkVersion 25 + targetSdkVersion 28 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"