From d516e8a7fe0c06232c42fc3aae2a9f30141299ba Mon Sep 17 00:00:00 2001 From: Zero <1300326388@qq.com> Date: Wed, 14 Aug 2024 18:05:50 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20=E9=80=82=E9=85=8D=E6=9C=80?= =?UTF-8?q?=E6=96=B0=20Flutter=203.24.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 4c5daf0..8dd70c9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -38,8 +38,7 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { - compileSdkVersion 30 - + compileSdk 31 compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8