From 1e2a204ca58569bb296ff32951095766b4fd109b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E5=B9=BF=E7=94=9F?= Date: Mon, 17 Mar 2025 07:01:08 +0000 Subject: [PATCH] update code/HelloWorld/build-profile.json5. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 马广生 --- code/HelloWorld/build-profile.json5 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/HelloWorld/build-profile.json5 b/code/HelloWorld/build-profile.json5 index ca1a0bd9c8..83d1366f62 100644 --- a/code/HelloWorld/build-profile.json5 +++ b/code/HelloWorld/build-profile.json5 @@ -5,8 +5,9 @@ { "name": "default", "signingConfig": "default", - "compatibleSdkVersion": "5.0.2(14)", - "runtimeOS": "HarmonyOS", + "compatibleSdkVersion": "14", + "compileSdkVersion": "17", + "runtimeOS": "OpenHarmony", "buildOption": { "strictMode": { "caseSensitiveCheck": true, -- Gitee