diff --git a/README.en.md b/README.en.md index 2162b7be562dfc7e0054407cdc6d275dbeccdc03..553f130848c66e80877a8ce0ac42f4deca378146 100644 --- a/README.en.md +++ b/README.en.md @@ -48,6 +48,6 @@ N/A. ### Constraints 1. The sample app is supported only on Huawei phones running the standard system. -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 7f8d276311eda69eef333fec721cfd7ea2363e9c..e0d38637db3af28c601756e5594a3be763994909 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,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及以上。 +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 d1f09d73beb099af01d3764611abf9e2b616b1c0..57de414da7ae78b13f0bd4abfceb38d8f9c0c790 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -5,8 +5,8 @@ { "name": "default", "signingConfig": "default", - "compatibleSdkVersion": "5.0.0(12)", - "targetSdkVersion": "5.0.0(12)", + "compatibleSdkVersion": "5.0.5(17)", + "targetSdkVersion": "5.0.5(17)", "runtimeOS": "HarmonyOS" } ],