diff --git a/README.en.md b/README.en.md index bf9c9f415f84a45dd2ad0d2ec1ad27549453f560..539619f200e4f45b970471199b02d853f97bc205 100644 --- a/README.en.md +++ b/README.en.md @@ -17,7 +17,6 @@ This sample shows how to use the **Web** component to preview local and online P ### Project Directory ``` - ├──entry/src/main/ets/ │ ├──constants │ │ └──CommonConstants.ets // Common constant class @@ -43,8 +42,8 @@ This sample shows how to use the **Web** component to preview local and online P 1. The sample is only supported on Huawei phones with standard systems. -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 SDK or later. +4. The HarmonyOS SDK version must be HarmonyOS 5.0.5 Release SDK or later. diff --git a/README.md b/README.md index a198c93ba06f616f18c1fd54f7a550fe593cab5c..d37f7524b93bdbaa03c8dc5e638bab50d5ce2978 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ ### 工程目录 ``` - ├──entry/src/main/ets/ │ ├──constants │ │ └──CommonConstants.ets // 公共常量类 @@ -43,8 +42,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 c033ce4278fb0641d84107c3c134047ac487368e..b2ca56e35558b0dc7ca91989b68a1ea65b49a7a2 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -5,7 +5,8 @@ { "name": "default", "signingConfig": "default", - "compatibleSdkVersion": "5.0.0(12)", + "compatibleSdkVersion": "5.0.5(17)", + "targetSdkVersion": "5.0.5(17)", "runtimeOS": "HarmonyOS", } ], diff --git a/entry/src/main/module.json5 b/entry/src/main/module.json5 index c6f93a945e9053281a235d8bb70a10cab982e825..0ff23ff1337488127584395c4a4350858c87c404 100644 --- a/entry/src/main/module.json5 +++ b/entry/src/main/module.json5 @@ -5,10 +5,7 @@ "description": "$string:module_desc", "mainElement": "EntryAbility", "deviceTypes": [ - "phone", - "tablet", - "2in1", - "car" + "phone" ], "deliveryWithInstall": true, "installationFree": false,