diff --git a/README.en.md b/README.en.md index 18b12183365cbbde953a0a41ffa6f7825d1993de..7521b1b1cb08e2eb5e6fb214cb650aa4caf7753a 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 de6824672b6ef588632602c67293c909e8c206bf..1761a733d8bf1c2887a01aedef79f0b3ec8b50e3 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 d14eb6563bf067f61bad8f4b4185f25ebead41e9..20043405a47487d682b34cc92647fc53f065a117 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 c6ec58654707f0e50ea3e79f3048cded2fc9d491..a45758fe2fe5d95d8038433a5dae9c4d26ed4e55 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 3a0237151317e030f6f7671a8641de28f0054f20..7fec609ff696a8f79367683729c38626890ab187 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" ] } }