From e61e152cfecc8d4af3e7a99b569e009eb5bf0248 Mon Sep 17 00:00:00 2001 From: luo_weibin Date: Mon, 25 Aug 2025 20:31:00 +0800 Subject: [PATCH] =?UTF-8?q?openHarmony=20=E6=94=B9=E4=B8=BAharmonyOS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: luo_weibin --- ArkUIKit/ScrollableComponent/build-profile.json5 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ArkUIKit/ScrollableComponent/build-profile.json5 b/ArkUIKit/ScrollableComponent/build-profile.json5 index b17b9042c19..f9ba3cae329 100644 --- a/ArkUIKit/ScrollableComponent/build-profile.json5 +++ b/ArkUIKit/ScrollableComponent/build-profile.json5 @@ -20,10 +20,9 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 18, - "compatibleSdkVersion": 18, - "targetSdkVersion": 18, - "runtimeOS": "OpenHarmony", + "targetSdkVersion": "5.1.0(18)", + "compatibleSdkVersion": "5.1.0(18)", + "runtimeOS": "HarmonyOS", "buildOption": { "strictMode": { "caseSensitiveCheck": true, -- Gitee