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"