diff --git a/README.en.md b/README.en.md index a48e05e8bc7529429bba32a3bb9770763014b723..2a9fdae9cb70479a6f600a81889de9b58d1ecc64 100644 --- a/README.en.md +++ b/README.en.md @@ -45,10 +45,10 @@ N/A * The sample app is supported only on Huawei phones running the standard system. -* The HarmonyOS version must be HarmonyOS 5.0.0 Release or later. +* The HarmonyOS version must be HarmonyOS 5.0.5 Release or later. -* The DevEco Studio version must be DevEco Studio 5.0.0 Release or later. +* The DevEco Studio version must be DevEco Studio 5.0.5 Release or later. -* The HarmonyOS SDK version must be HarmonyOS 5.0.0 Release or later. \ No newline at end of file +* The HarmonyOS SDK version must be HarmonyOS 5.0.5 Release or later. \ No newline at end of file diff --git a/README.md b/README.md index 1b3e42320e86914daf2049d562e5a658295d199c..82dc6d43ed76c9312067d92f18aa4053527956d8 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,8 @@ ## 约束与限制 * 本示例仅支持标准系统上运行,支持设备:华为手机。 -* HarmonyOS系统:HarmonyOS 5.0.0 Release及以上。 +* HarmonyOS系统:HarmonyOS 5.0.5 Release及以上。 -* DevEco Studio版本:DevEco Studio 5.0.0 Release及以上。 +* DevEco Studio版本:DevEco Studio 5.0.5 Release及以上。 -* HarmonyOS SDK版本:HarmonyOS 5.0.0 Release SDK及以上。 \ No newline at end of file +* 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 b2cc02977d74631a63703f33a1ae6c1f94d81219..bfab034db9430fe842b10916d584f8927b558277 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -6,7 +6,8 @@ { "name": "default", "signingConfig": "default", - "compatibleSdkVersion": "5.0.0(12)", + "targetSdkVersion": "5.0.5(17)", + "compatibleSdkVersion": "5.0.5(17)", "runtimeOS": "HarmonyOS", } ],