diff --git a/README.en.md b/README.en.md index bef140dc6d2029bef24d9a8c1023bf901c0ef056..6a4d98a3d72f72c38962e4f72d8779687d172b2e 100644 --- a/README.en.md +++ b/README.en.md @@ -81,10 +81,10 @@ N/A ### Constraints -1. The sample is only supported on Huawei phones with standard systems. +1. The sample is only supported on Huawei phones, tablets with standard systems. -2. The HarmonyOS version must be HarmonyOS 5.0.4 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.4 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.4 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 fb6d7e7805cb41b60d477c373baef3f082a790ab..6c6dd1ee2db6a163a150fa71251dec4f3128931e 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Native XComponent相关函数如下: ### 约束与限制 -1. 本示例仅支持标准系统上运行,支持设备:华为手机。 -2. HarmonyOS系统:HarmonyOS 5.0.4 Release及以上。 -3. DevEco Studio版本:DevEco Studio 5.0.4 Release及以上。 -4. HarmonyOS SDK版本:HarmonyOS 5.0.4 Release SDK及以上。 +1. 本示例仅支持标准系统上运行,支持设备:华为手机、平板。 +2. HarmonyOS系统:HarmonyOS 5.0.5 Release及以上。 +3. DevEco Studio版本:DevEco Studio 5.0.5 Release及以上。 +4. HarmonyOS SDK版本:HarmonyOS 5.0.5 Release SDK及以上。 diff --git a/build-profile.json5 b/build-profile.json5 index 2335b14a04e67d9e50675602ba09ea6ed77f9b02..5a6c89912882e856fef89ca7988534b7a5a2e06e 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -4,7 +4,8 @@ { "name": "default", "signingConfig": "default", - "compatibleSdkVersion": "5.0.4(16)", + "compatibleSdkVersion": "5.0.5(17)", + "targetSdkVersion": "5.0.5(17)", "runtimeOS": "HarmonyOS" } ], diff --git a/oh-package.json5 b/oh-package.json5 index 1c36108f7b706945168bfd59be6424aaa37fc596..7815c817f8c10af6257678a64e5134c360dac9e9 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -2,7 +2,6 @@ "modelVersion": "5.0.4", "license": "", "devDependencies": { - "@ohos/hypium": "1.0.15" }, "author": "", "name": "NdkOpenGL",