From ea1ec2c3bf96bba1f89fce922febcd5098823399 Mon Sep 17 00:00:00 2001 From: WinUser01 Date: Tue, 27 May 2025 10:48:24 +0800 Subject: [PATCH] =?UTF-8?q?hyzp=5Fybqx-Commit193=EF=BC=9A=E4=B8=BA?= =?UTF-8?q?=E8=BF=9B=E8=A1=8CiOS=E6=89=93=E5=8C=85=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=87=86=E5=A4=87=20=EF=BC=881=EF=BC=89?= =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=94=AF=E6=8C=81"x86"=E6=A8=A1=E6=8B=9F?= =?UTF-8?q?=E5=99=A8=20=EF=BC=882=EF=BC=89=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=BAversion:=201.6.5+20250527?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle | 2 +- pubspec.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 7b8cd28..1e6f864 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -42,7 +42,7 @@ android { versionCode flutterVersionCode.toInteger() versionName flutterVersionName ndk { - abiFilters "x86", "arm64-v8a", "armeabi", "armeabi-v7a", "mips" // 不支持"x86", "x86_64"模拟器 + abiFilters "arm64-v8a", "armeabi", "armeabi-v7a", "mips" // 不支持"x86", "x86_64"模拟器 } } diff --git a/pubspec.yaml b/pubspec.yaml index 5aa60b5..ca88aac 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -79,7 +79,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev #version: 1.6.1+20221111 #version: 1.6.2+20231229 #version: 1.6.3+20231229 -version: 1.6.4+20250521 +#version: 1.6.4+20250521 +version: 1.6.5+20250527 environment: sdk: ">=2.7.0 <3.0.0"