From c44760743a2f1652b1b7c3a49a1ef2e724858061 Mon Sep 17 00:00:00 2001 From: Burt <1020103647@qq.com> Date: Fri, 5 Jan 2024 10:00:20 +0800 Subject: [PATCH] =?UTF-8?q?build(app=E6=89=93=E5=8C=85):=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9manifest.json=E5=90=8E=E8=BF=98=E6=98=AF=E7=99=BD?= =?UTF-8?q?=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index fbb2317..6f26e88 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -22,7 +22,9 @@ "distribute": { /* android打包配置 */ "android": { - "minSdkVersion": 21, // vue3项目需要填!! + "minSdkVersion": 30, + "targetSdkVersion": 30, + "abiFilters": ["armeabi-v7a", "arm64-v8a", "x86"], "permissions": [ "", "",