diff --git a/README.md b/README.md index 0b0ac6703d96e2731e3824df56f6c0d7b8005e64..c3085653d3b501f6b2335fe0d53ba3f5c7f07a68 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,7 @@ ## 约束与限制 -1.本示例仅支持标准系统上运行,支持设备:华为手机; - -2.HarmonyOS系统:HarmonyOS 5.0.0 Release及以上; - -3.DevEco Studio版本:DevEco Studio 5.0.0 Release及以上; - -4.HarmonyOS SDK版本:HarmonyOS 5.0.0 Release SDK及以上。 \ No newline at end of file +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及以上。 \ No newline at end of file diff --git a/build-profile.json5 b/build-profile.json5 index 1e69556b3411622cb2e87a87389653bb34f1b148..9e87e7e6f19020fe21192844709f192cec80fd44 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -5,7 +5,8 @@ { "name": "default", "signingConfig": "default", - "compatibleSdkVersion": "5.0.0(12)", + "targetSdkVersion": "5.0.5(17)", + "compatibleSdkVersion": "5.0.5(17)", "runtimeOS": "HarmonyOS", "buildOption": { "strictMode": { diff --git a/hvigor/hvigor-config.json5 b/hvigor/hvigor-config.json5 index 06b2783670a348f95533b352c1ceda909a842bbc..5bebc9755447385d82ce4138f54d991b1f85f348 100644 --- a/hvigor/hvigor-config.json5 +++ b/hvigor/hvigor-config.json5 @@ -1,5 +1,5 @@ { - "modelVersion": "5.0.0", + "modelVersion": "5.0.5", "dependencies": { }, "execution": { diff --git a/oh-package.json5 b/oh-package.json5 index 1b8c11ffdf211f76b5774b08e8f5bb2cceb93c55..804aea7287a5eae580866356d24f9eb4d0acc606 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -1,5 +1,5 @@ { - "modelVersion": "5.0.0", + "modelVersion": "5.0.5", "description": "Please describe the basic information.", "dependencies": {}, "devDependencies": {}