From 115a782285763f0d8cbb1e6c76911877de97d82a Mon Sep 17 00:00:00 2001 From: zhaolei Date: Fri, 7 Feb 2020 23:29:53 +0800 Subject: [PATCH] Update build.gradle fix https://github.com/flutter/flutter/issues/27226 --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}