diff --git a/README.en.md b/README.en.md index 9e0f8cea9ce9c8e295d0d2991a359c7bc1baea70..17caa445dcbeaa98c27e131ba884596195b32dc4 100644 --- a/README.en.md +++ b/README.en.md @@ -37,6 +37,6 @@ N/A. #### Constraints 1. The sample is only supported on Huawei phones with standard systems. -2. HarmonyOS: HarmonyOS 5.0.0 Release or later. -3. DevEco Studio: DevEco Studio 5.0.0 Release or later. -4. HarmonyOS SDK: HarmonyOS 5.0.0 Release SDK or later. +2. HarmonyOS: HarmonyOS 5.0.5 Release or later. +3. DevEco Studio: DevEco Studio 5.0.5 Release or later. +4. HarmonyOS SDK: HarmonyOS 5.0.5 Release SDK or later. diff --git a/README.md b/README.md index 867709e906ac9b019f3acc1c7c53c12a63e6613f..50ff6d1a5b888377d96b82e33e030065e9459c21 100755 --- a/README.md +++ b/README.md @@ -37,6 +37,6 @@ #### 约束与限制 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 +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 91f981f4d92e57c4483eeefed6f84ca463fe5678..4de137253442d389d05c8edb1fc8f2867f4ba6c6 100755 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -1,13 +1,14 @@ { "app": { "signingConfigs": [ - + ], "products": [ { "name": "default", "signingConfig": "default", - "compatibleSdkVersion": "5.0.0(12)", + "compatibleSdkVersion": "5.0.5(17)", + "targetSdkVersion": "5.0.5(17)", "runtimeOS": "HarmonyOS" } ], diff --git a/hvigor/hvigor-config.json5 b/hvigor/hvigor-config.json5 index 39dea44a4d24b4158dc0a16b17235e53c0a4e354..99fefae4b0cf2746226e0ed8daabdda68eac56d6 100755 --- 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 37cacf653d9d583c8a18264832d29bdadf416794..0ea1db642b84d9f033a80446fc46f7a147b188e6 100755 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -1,5 +1,5 @@ { - "modelVersion": "5.0.0", + "modelVersion": "5.0.5", "license": "", "devDependencies": { },