From d13ec991070dc0f23fcc8e04dcfbe7635fe5fdb7 Mon Sep 17 00:00:00 2001 From: luo Date: Sun, 7 Feb 2021 16:09:51 +0800 Subject: [PATCH] =?UTF-8?q?update=20compileSdkVersion=20->=2028=20buildToo?= =?UTF-8?q?lsVersion=20->=2028.03=20=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=89=93=E5=8C=85=E6=8A=A5=E9=94=99=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 40f4f265c..08acbe618 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,8 +1,8 @@ apply plugin: 'com.android.library' android { - compileSdkVersion 27 - buildToolsVersion "23.0.1" + compileSdkVersion 28 + buildToolsVersion "28.0.3" defaultConfig { minSdkVersion 16