From a30b69296206e47350732e187a3939ee7acc5df7 Mon Sep 17 00:00:00 2001 From: fengwei Date: Tue, 14 Nov 2023 07:58:05 +0000 Subject: [PATCH] update build-profile.json5. Signed-off-by: fengwei --- build-profile.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-profile.json5 b/build-profile.json5 index 9dbcb73..9ea448d 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -1,11 +1,11 @@ { "app": { - "compileSdkVersion": 10, - "compatibleSdkVersion": 9, "products": [ { "name": "default", "signingConfig": "default", + "compileSdkVersion": 10, + "compatibleSdkVersion": 9, } ] },