fix: 更新 targetSdk 版本为 flutter.targetSdkVersion

This commit is contained in:
Booker
2026-05-19 18:11:27 +07:00
parent f97a94bc7f
commit bae2bedcfe

View File

@@ -854,7 +854,7 @@ android {
// You can update the following values to match your application needs. // You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config. // For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = flutter.minSdkVersion minSdk = flutter.minSdkVersion
targetSdk = 33 targetSdk = flutter.targetSdkVersion
versionCode = flutter.versionCode versionCode = flutter.versionCode
versionName = flutter.versionName versionName = flutter.versionName
multiDexEnabled = true multiDexEnabled = true