From e0589c6283d8f6a395fb06be532a716124ca10c8 Mon Sep 17 00:00:00 2001 From: zhoulisheng1 Date: Mon, 25 Sep 2023 17:15:09 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=9B=B4=E6=96=B0build-profile.json5?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhoulisheng1 --- build-profile.json5 | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/build-profile.json5 b/build-profile.json5 index 0ac1294..dadde8e 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -1,14 +1,21 @@ { "app": { - "compileSdkVersion": 9, - "compatibleSdkVersion": 9, "products": [ { "name": "default", - "signingConfig": "default" + "signingConfig": "default", + "compileSdkVersion": 10, + "compatibleSdkVersion": 10 } ], - "signingConfigs": [] + "buildModeSet":[ + { + "name":"debug" + }, + { + "name":"release" + } + ] }, "modules": [ {