diff --git a/README.en.md b/README.en.md index b65a73e2444e6f95c033f449d8eacedd752f0417..e50ac54fd61a218cbcdec24a5fbef52303165476 100644 --- a/README.en.md +++ b/README.en.md @@ -69,8 +69,8 @@ N/A 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 fe9e5310c3209a4f26bd94c6b1be4b339f9fc618..eb699205b82f8a3dfbc7fad48f40c35e56009b49 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,6 @@ 2.HarmonyOS系统:HarmonyOS 5.0.0 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 d209fee432db4515940449ca8f4516144ae32cf6..28db7ad2ea4faaba762bec70bd26b2a21148dc47 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 6c07d9d8839ac9716809c6e06c21805d52c138fe..8a7a1606e2be5ec1a7c4332d3293d7593c2a4f13 100644 --- a/entry/src/main/module.json5 +++ b/entry/src/main/module.json5 @@ -5,9 +5,7 @@ "description": "$string:module_desc", "mainElement": "EntryAbility", "deviceTypes": [ - "phone", - "tablet", - "2in1" + "phone" ], "deliveryWithInstall": true, "installationFree": false, diff --git a/oh-package.json5 b/oh-package.json5 index 5aa7148ece9b8e13c8bc73c82782464b41f0c5f9..050671e4ce172a0c9c2462997839e7707588c3a6 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -2,7 +2,6 @@ "modelVersion": "5.0.0", "license": "", "devDependencies": { - "@ohos/hypium": "1.0.15" }, "author": "", "name": "nativemultithreads",