From b9e6c605d995a44c7ec5da7a462312aeb6281ab2 Mon Sep 17 00:00:00 2001 From: Liuyf Date: Mon, 7 Oct 2024 11:12:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20google=20targetSdkVersion=E6=9C=80?= =?UTF-8?q?=E4=BD=8E=E7=89=88=E6=9C=AC=E8=A6=81=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index cd368efc..7c5f4ea6 100755 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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'