From c4717434cb864536b0f40aa97005af04fa50b49b Mon Sep 17 00:00:00 2001 From: zhang <zc857179121@qq.com> Date: 星期五, 17 十月 2025 09:08:37 +0800 Subject: [PATCH] 12 --- manifest.json | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 88a8e28..0c48a4b 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name" : "涓壃WMS", "appid" : "__UNI__DA5854D", "description" : "", - "versionName" : "20240927A", + "versionName" : "20251013A", "versionCode" : 105, "transformPx" : false, /* 5+App鐗规湁鐩稿叧 */ @@ -40,7 +40,8 @@ "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>", "<uses-feature android:name=\"android.hardware.camera\"/>", "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>" - ] + ], + "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ] }, /* ios鎵撳寘閰嶇疆 */ "ios" : { -- Gitblit v1.9.1