From bd32e62fc40b5b038eeed4452317f54e6551bfeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=A3=8A?= <468619417@qq.com> Date: Tue, 28 Nov 2023 16:05:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8B=BE=E9=80=89=E9=85=8D=E7=BD=AE-x86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 7516ed8..3bc69aa 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "appid" : "__UNI__0801766", "description" : "Verification Service", "versionName" : "2.0.1", - "versionCode" : 2023112801, + "versionCode" : 2023112802, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { @@ -40,7 +40,8 @@ "autoSdkPermissions" : false, "permissionPhoneState" : { "request" : "none" - } + }, + "abiFilters" : [ "arm64-v8a", "x86" ] }, /* ios打包配置 */ "ios" : {