From 2d5be5e15694128b40a7b66830174ea05b784eea Mon Sep 17 00:00:00 2001 From: nobbo Date: Thu, 20 Apr 2023 15:25:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=AC=E5=9C=B0=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E4=B8=8D=E8=BF=87=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nobbo --- build-profile.json5 | 2 +- features/build-profile.json5 | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/build-profile.json5 b/build-profile.json5 index bd770d8..71f35fa 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -17,7 +17,7 @@ { "app": { "compileSdkVersion": 9, - "compatibleSdkVersion": 8, + "compatibleSdkVersion": 9, "products": [ { "name": "default", diff --git a/features/build-profile.json5 b/features/build-profile.json5 index d862153..bfc9563 100644 --- a/features/build-profile.json5 +++ b/features/build-profile.json5 @@ -18,10 +18,6 @@ "apiType": 'stageMode', "buildOption": { }, - "entryModules": [ - "phone", - "tablet" - ], "targets": [ { "name": "default" -- Gitee