From bae2bedcfe27ecf828bd0be3bc4dddc321f8b399 Mon Sep 17 00:00:00 2001 From: Booker Date: Tue, 19 May 2026 18:11:27 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=20targetSdk=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=B8=BA=20flutter.targetSdkVersion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 07f7361..d05e9b1 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -854,7 +854,7 @@ android { // You can update the following values to match your application needs. // For more information, see: https://flutter.dev/to/review-gradle-config. minSdk = flutter.minSdkVersion - targetSdk = 33 + targetSdk = flutter.targetSdkVersion versionCode = flutter.versionCode versionName = flutter.versionName multiDexEnabled = true