diff --git a/README.md b/README.md index 1ed3d307c69fd3ae029e58c63c21d44841dc58ff..e1db3c16b3bb41224a3d33c40dfb9c1e4f315a15 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ LazyForEach长列表具体实现: 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及以上。 \ No newline at end of file +4. HarmonyOS SDK版本:HarmonyOS 5.0.5 Release及以上。 \ No newline at end of file diff --git a/README_EN.md b/README_EN.md index 05589535fe92ed656d31ab02a50e0e326449ef66..4a632329ffdc728aed05c9de63954401b814d5c9 100644 --- a/README_EN.md +++ b/README_EN.md @@ -70,8 +70,8 @@ N/A 1. The sample app is supported only on Huawei phones running the standard system. -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/build-profile.json5 b/build-profile.json5 index b2cc02977d74631a63703f33a1ae6c1f94d81219..6addf0233cf8ed875ba6574c0c91538334c17921 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -6,7 +6,8 @@ { "name": "default", "signingConfig": "default", - "compatibleSdkVersion": "5.0.0(12)", + "compatibleSdkVersion": "5.0.5(17)", + "targetSdkVersion": "5.0.5(17)", "runtimeOS": "HarmonyOS", } ],