From 8f635e65a33473bd70ec9dba58c910ad1d8f7204 Mon Sep 17 00:00:00 2001 From: lxh2875931338 Date: Fri, 31 Jul 2026 20:42:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A1=B9=E7=9B=AEtargetSDK?= =?UTF-8?q?=E8=87=B336?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index cdca13c..b3abf1c 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -6,7 +6,7 @@ plugins { android { namespace = "com.lxh.battery_health" - compileSdk = 34 + compileSdk = 36 ndkVersion = flutter.ndkVersion compileOptions { @@ -21,7 +21,7 @@ android { defaultConfig { applicationId = "com.lxh.battery_health" minSdk = flutter.minSdkVersion - targetSdk = 34 + targetSdk = 36 versionCode = flutter.versionCode versionName = flutter.versionName multiDexEnabled = true