From 5bec3600e1196fc9f16e63a47f9a338ed8e17573 Mon Sep 17 00:00:00 2001 From: hlzhangaj Date: Mon, 11 Aug 2025 12:05:10 +0000 Subject: [PATCH] "compatibleSdkVersion": 18, Signed-off-by: hlzhangaj --- build-profile.json5 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-profile.json5 b/build-profile.json5 index 3960d81..557cfa1 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -20,8 +20,7 @@ "name": "default", "signingConfig": "default", "compileSdkVersion": 20, - "compatibleSdkVersion": 20, - "targetSdkVersion": 20, + "compatibleSdkVersion": 18, "runtimeOS": "OpenHarmony" } ] -- Gitee