更新项目targetSDK至36

This commit is contained in:
2026-07-31 20:42:26 +08:00
parent f83969ed9c
commit 8f635e65a3
+2 -2
View File
@@ -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