From 4a2331efdc320368b8cbdc51f241f035302a322b Mon Sep 17 00:00:00 2001 From: hanxingxing Date: Thu, 3 Apr 2025 06:54:11 +0000 Subject: [PATCH] update code/HelloWorld/build-profile.json5. Signed-off-by: hanxingxing --- code/HelloWorld/build-profile.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/HelloWorld/build-profile.json5 b/code/HelloWorld/build-profile.json5 index 787976bf07..03df650878 100644 --- a/code/HelloWorld/build-profile.json5 +++ b/code/HelloWorld/build-profile.json5 @@ -6,7 +6,7 @@ "name": "default", "signingConfig": "default", "compatibleSdkVersion": 14, - "compileSdkVersion": 17, + "compileSdkVersion": 18, "runtimeOS": "OpenHarmony", "buildOption": { "strictMode": { -- Gitee