diff --git a/README.en.md b/README.en.md index 313bfc0faf8f712a9276dcb60f03a50f06118232..a84b26c1bd0ce73e94d46af24c5d693a892d3412 100644 --- a/README.en.md +++ b/README.en.md @@ -183,8 +183,8 @@ N/A 1. Device type: Huawei phones -2. The HarmonyOS version must be HarmonyOS 5.0.2 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.2 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.2 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 4aa5e6eced25e016bc00b5dc62ee57893cc65b56..234fb06bf4fc9150850415d64cd4fcbd3dd10a59 100644 --- a/README.md +++ b/README.md @@ -192,8 +192,8 @@ LanguageBaseClassLibrary 1.设备类型:华为手机。 -2.HarmonyOS系统:HarmonyOS 5.0.2 Release及以上。 +2.HarmonyOS系统:HarmonyOS 5.0.5 Release及以上。 -3.DevEco Studio版本:DevEco Studio 5.0.2 Release及以上。 +3.DevEco Studio版本:DevEco Studio 5.0.5 Release及以上。 -4.HarmonyOS SDK版本:HarmonyOS 5.0.2 Release SDK及以上。 +4.HarmonyOS SDK版本:HarmonyOS 5.0.5 Release SDK及以上。 diff --git a/build-profile.json5 b/build-profile.json5 index 0947a2b77a77b9a30d4d1ff6b2dbaceae76b3f05..6a89ba3c5b8e22e4675b7f5c61687bf84bbec211 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -5,7 +5,8 @@ { "name": "default", "signingConfig": "default", - "compatibleSdkVersion": "5.0.2(14)", + "compatibleSdkVersion": "5.0.5(17)", + "targetSdkVersion": "5.0.5(17)", "runtimeOS": "HarmonyOS" } ] diff --git a/common/oh-package.json5 b/common/oh-package.json5 index accbc2f9733ce9467c2c29a094aa99cf692bce3c..b29416c67cd0167db98a3ec17cde0a69747ff1a1 100644 --- a/common/oh-package.json5 +++ b/common/oh-package.json5 @@ -5,7 +5,6 @@ "name": "@ohos/common", "description": "a npm package which contains arkUI2.0 page", "main": "Index.ets", - "repository": {}, "version": "1.0.0", "dependencies": {} } diff --git a/common/src/main/module.json5 b/common/src/main/module.json5 index 111a7b7d209173c58511f20decda3161a25db132..6f25f43a990443903d35ba81e4057e6e0e2eaa20 100644 --- a/common/src/main/module.json5 +++ b/common/src/main/module.json5 @@ -18,8 +18,7 @@ "name": "common", "type": "har", "deviceTypes": [ - "phone", - "tablet" + "phone" ] } } diff --git a/feature/capabilities/src/main/module.json5 b/feature/capabilities/src/main/module.json5 index 5ba7a5eea74bbec1d287110f7c047fc86041c989..2dcb73957dd5c4f0ccfcf3b991cd9210d5b33e15 100644 --- a/feature/capabilities/src/main/module.json5 +++ b/feature/capabilities/src/main/module.json5 @@ -18,8 +18,7 @@ "name": "capabilities", "type": "har", "deviceTypes": [ - "phone", - "tablet" + "phone" ], "routerMap": "$profile:route_map" } diff --git a/feature/menuitems/src/main/module.json5 b/feature/menuitems/src/main/module.json5 index edb132b205113d7856743892059fd1ee413d79c1..0809747a4c718586abf30a162ffa73cae1493010 100644 --- a/feature/menuitems/src/main/module.json5 +++ b/feature/menuitems/src/main/module.json5 @@ -18,8 +18,7 @@ "name": "menuitems", "type": "har", "deviceTypes": [ - "phone", - "tablet" + "phone" ] } } \ No newline at end of file