From 8660f34617256877ff568d82ab2d18f1d8f64a53 Mon Sep 17 00:00:00 2001 From: WinUser01 Date: Tue, 20 May 2025 18:01:46 +0800 Subject: [PATCH] =?UTF-8?q?hyzp=5Fybqx-Commit191=EF=BC=9A=E4=B8=BA?= =?UTF-8?q?=E5=87=8F=E5=B0=8F=E5=8F=91=E5=B8=83=E7=9A=84apk=E4=BD=93?= =?UTF-8?q?=E7=A7=AF=EF=BC=8C=E5=8F=96=E6=B6=88=E6=94=AF=E6=8C=81"x86"?= =?UTF-8?q?=E6=A8=A1=E6=8B=9F=E5=99=A8=E3=80=82=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=BA=20version:=201.6.4+20250521?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle | 2 +- android/app/release/output.json | 2 +- pubspec.yaml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index eddab9e..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_64","x86"模拟器 + abiFilters "arm64-v8a", "armeabi", "armeabi-v7a", "mips" // 不支持"x86", "x86_64"模拟器 } } diff --git a/android/app/release/output.json b/android/app/release/output.json index b22aeb9..02a09d3 100644 --- a/android/app/release/output.json +++ b/android/app/release/output.json @@ -1 +1 @@ -[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":20231229,"versionName":"1.6.3","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] \ No newline at end of file +[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":20250521,"versionName":"1.6.4","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 6affbd3..c02f777 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -78,7 +78,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev #version: 1.5.4+20220827 #version: 1.6.1+20221111 #version: 1.6.2+20231229 -version: 1.6.3+20231229 +#version: 1.6.3+20231229 +version: 1.6.4+20250521 environment: sdk: ">=2.7.0 <3.0.0"