diff --git a/README_zh.md b/README_zh.md index 9eedf67ebaa7021ad432ff15585aa6d2386b9c50..2114545941b3d70c4d28b8f0adb2960a98725fc1 100644 --- a/README_zh.md +++ b/README_zh.md @@ -140,7 +140,7 @@ hilog | grep Label 1.本示例仅支持标准系统上运行,支持设备RK3568。 -2.本示例已适配API14版本SDK,SDK版本号(API Version 14 5.0.2),镜像版本号(5.0.2)。 +2.本示例已适配API20版本SDK,SDK版本号(API Version 20 6.0.0),镜像版本号(6.0.0)。 3.本示例需要使用DevEco Studio 5.0.2 Release版本才可编译运行。 diff --git a/build-profile.json5 b/build-profile.json5 index 1adbdc0a47768a34efb0340309ca7b2da0affbec..6276a7d22fe30efdcff9159ff0cc03cf9e3a3d6a 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -20,7 +20,7 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 14, + "compileSdkVersion": 20, "compatibleSdkVersion": 14, "runtimeOS": "OpenHarmony" } diff --git a/product/default/src/main/module.json5 b/product/default/src/main/module.json5 index 7ca60094c5055de33d3fae68521fb0a94ab279a1..fe1e0ca744c0d8acfd04b46f6f152b4667518026 100644 --- a/product/default/src/main/module.json5 +++ b/product/default/src/main/module.json5 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -86,7 +86,6 @@ "deliveryWithInstall": true, "installationFree": false, "pages": "$profile:main_pages", - "uiSyntax": "ets", "metadata": [ { "name": "ArkTSPartialUpdate", @@ -100,7 +99,7 @@ "description": "$string:entry_MainAbility", "icon": "$media:note", "label": "$string:entry_MainAbility", - "visible": true, + "exported": true, "continuable": true, "skills": [ {