From 108cc5e0b49ce3109c88ffab43c757e27211b476 Mon Sep 17 00:00:00 2001 From: lloyd <353627866@qq.com> Date: Thu, 21 Aug 2025 16:41:00 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=AE=9E=E7=8E=B0=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E9=80=9A=E7=9F=A5=E8=A7=92=E6=A0=87=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E3=80=91=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 6 +++--- README.md | 6 +++--- build-profile.json5 | 4 ++-- notification/oh-package.json5 | 1 - notification/src/main/module.json5 | 3 +-- 5 files changed, 9 insertions(+), 11 deletions(-) diff --git a/README.en.md b/README.en.md index 18b1218..7521b1b 100644 --- a/README.en.md +++ b/README.en.md @@ -74,8 +74,8 @@ N/A 1. The sample app is supported only on Huawei phones running the standard system. -2. The HarmonyOS version must be HarmonyOS 5.0.0 Release or later. +2. The HarmonyOS version must be HarmonyOS 5.0.5 Release or later. -3. The DevEco Studio version must be DevEco Studio 5.0.0 Release or later. +3. The DevEco Studio version must be DevEco Studio 5.0.5 Release or later. -4. The HarmonyOS SDK version must be HarmonyOS 5.0.0 Release or later. +4. The HarmonyOS SDK version must be HarmonyOS 5.0.5 Release or later. diff --git a/README.md b/README.md index de68246..1761a73 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,8 @@ 1.本示例仅支持标准系统上运行,支持设备:华为手机。 -2.HarmonyOS系统:HarmonyOS 5.0.0 Release及以上。 +2.HarmonyOS系统:HarmonyOS 5.0.5 Release及以上。 -3.DevEco Studio版本:DevEco Studio 5.0.0 Release及以上。 +3.DevEco Studio版本:DevEco Studio 5.0.5 Release及以上。 -4.HarmonyOS SDK版本:HarmonyOS 5.0.0 Release SDK及以上。 \ No newline at end of file +4.HarmonyOS SDK版本:HarmonyOS 5.0.5 Release SDK及以上。 \ No newline at end of file diff --git a/build-profile.json5 b/build-profile.json5 index d14eb65..2004340 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -5,8 +5,8 @@ { "name": "default", "signingConfig": "default", - "compatibleSdkVersion": "5.0.0(12)", - "targetSdkVersion": "5.0.0(12)", + "compatibleSdkVersion": "5.0.5(17)", + "targetSdkVersion": "5.0.5(17)", "runtimeOS": "HarmonyOS" } ] diff --git a/notification/oh-package.json5 b/notification/oh-package.json5 index c6ec586..a45758f 100644 --- a/notification/oh-package.json5 +++ b/notification/oh-package.json5 @@ -5,7 +5,6 @@ "name": "@ohos/notification", "description": "a npm package which contains arkUI2.0 page", "main": "index.ets", - "repository": {}, "version": "1.0.0", "dependencies": {} } diff --git a/notification/src/main/module.json5 b/notification/src/main/module.json5 index 3a02371..7fec609 100644 --- a/notification/src/main/module.json5 +++ b/notification/src/main/module.json5 @@ -18,8 +18,7 @@ "name": "notification", "type": "har", "deviceTypes": [ - "phone", - "tablet" + "phone" ] } } -- Gitee