fix: google targetSdkVersion最低版本要求

This commit is contained in:
Liuyf 2024-10-07 11:12:31 +08:00
parent e945be8fe2
commit b9e6c605d9

View File

@ -149,7 +149,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 33
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'