From c49207e0d1bae079a418e030a6f612de079093e8 Mon Sep 17 00:00:00 2001 From: WinUser01 Date: Thu, 28 Dec 2023 11:14:30 +0800 Subject: [PATCH] =?UTF-8?q?hyzp=5Fybqx-Commit188=EF=BC=9A=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E6=9B=B4=E6=96=B0=E4=B8=BAversion:=201.6.3+2?= =?UTF-8?q?0231229=E3=80=82=E5=B7=B2=E7=BB=8F=E5=9F=BA=E6=9C=AC=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0=E5=9C=A8=E2=80=9C=E7=82=B9=E4=BD=8D=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E2=80=9D=E4=B8=AD=E6=B7=BB=E5=8A=A0=E2=80=9C=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E2=80=9D=E5=8A=9F=E8=83=BD=EF=BC=8C=E8=83=BD=E5=A4=9F=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E7=94=A8=E6=88=B7=E9=80=89=E6=8B=A9=E7=9A=84=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=AF=BC=E8=88=AA=E5=9C=B0=E5=9B=BE=E3=80=82=20?= =?UTF-8?q?=E4=B8=BA=E5=95=A6=E5=87=8F=E5=B0=8Fapk=E5=8C=85=E4=BD=93?= =?UTF-8?q?=E7=A7=AF=EF=BC=8C=E5=9C=A8=E6=96=87=E4=BB=B6=E4=B8=AD=E9=99=90?= =?UTF-8?q?=E5=AE=9A=E5=8F=AA=E6=94=AF=E6=8C=81"arm64-v8a","armeabi","arme?= =?UTF-8?q?abi-v7a","mips"=EF=BC=8C=E4=B8=8D=E6=94=AF=E6=8C=81"x86=5F64","?= =?UTF-8?q?x86"=E6=A8=A1=E6=8B=9F=E5=99=A8=EF=BC=8Capk=E5=8C=85=E4=BD=93?= =?UTF-8?q?=E7=A7=AF=E7=94=B192.9MB=E5=87=8F=E5=B0=8F=E5=88=B057.6MB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle | 3 +++ android/app/release/output.json | 2 +- pubspec.yaml | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index af31424..0ce4853 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -41,6 +41,9 @@ android { targetSdkVersion 29 versionCode flutterVersionCode.toInteger() versionName flutterVersionName + ndk { + abiFilters "arm64-v8a","armeabi","armeabi-v7a","mips" // 不支持"x86_64","x86"模拟器 + } } buildTypes { diff --git a/android/app/release/output.json b/android/app/release/output.json index ec56918..b22aeb9 100644 --- a/android/app/release/output.json +++ b/android/app/release/output.json @@ -1 +1 @@ -[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":20221111,"versionName":"1.6.1","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":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 diff --git a/pubspec.yaml b/pubspec.yaml index 00f57a7..6affbd3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -77,7 +77,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev #version: 1.5.3+20220620 #version: 1.5.4+20220827 #version: 1.6.1+20221111 -version: 1.6.2+20231229 +#version: 1.6.2+20231229 +version: 1.6.3+20231229 environment: sdk: ">=2.7.0 <3.0.0"