fix:调整targetSdkVersion为google适配

This commit is contained in:
liyi 2025-08-12 09:32:51 +08:00
parent 9df1c3243b
commit 0b1a9b69a3

View File

@ -226,7 +226,7 @@ android {
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
minSdkVersion 25
targetSdkVersion 34
targetSdkVersion 35
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'