From 72b0e44a8fe035614b725238939d983cd15ec382 Mon Sep 17 00:00:00 2001 From: yuandongping Date: Wed, 23 Jul 2025 16:55:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7API20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yuandongping --- build-profile.json5 | 2 +- common/resources/src/main/module.json5 | 5 ++--- common/utils/src/main/module.json5 | 5 ++--- features/src/main/module.json5 | 5 ++--- product/default/src/main/module.json5 | 5 ++--- 5 files changed, 9 insertions(+), 13 deletions(-) diff --git a/build-profile.json5 b/build-profile.json5 index 1adbdc0..6276a7d 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/common/resources/src/main/module.json5 b/common/resources/src/main/module.json5 index ba85f70..ca64754 100644 --- a/common/resources/src/main/module.json5 +++ b/common/resources/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 @@ -20,7 +20,6 @@ "deviceTypes": [ "default", "tablet" - ], - "uiSyntax": "ets" + ] } } diff --git a/common/utils/src/main/module.json5 b/common/utils/src/main/module.json5 index 1f9bfeb..5b707f4 100644 --- a/common/utils/src/main/module.json5 +++ b/common/utils/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 @@ -20,7 +20,6 @@ "deviceTypes": [ "default", "tablet" - ], - "uiSyntax": "ets" + ] } } diff --git a/features/src/main/module.json5 b/features/src/main/module.json5 index f100719..5c91a8d 100644 --- a/features/src/main/module.json5 +++ b/features/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 @@ -20,7 +20,6 @@ "deviceTypes": [ "default", "tablet" - ], - "uiSyntax": "ets" + ] } } diff --git a/product/default/src/main/module.json5 b/product/default/src/main/module.json5 index 7ca6009..fe1e0ca 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": [ { -- Gitee