diff --git a/android/build.gradle b/android/build.gradle index 88e414c..9df14cf 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,7 +22,7 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { - compileSdkVersion 27 + compileSdkVersion 28 defaultConfig { minSdkVersion 16 @@ -44,4 +44,4 @@ dependencies { implementation 'cn.jiguang.sdk:jcore:1.2.7' // 此处以JCore 1.2.7 版本为例。 compileOnly files('libs/flutter.jar') -} \ No newline at end of file +}