diff --git a/README.en.md b/README.en.md index 1774128a5ce3efc0566e4f0888f20f0023996209..1eb0fe549c04815f4557595d64d3673b66611214 100644 --- a/README.en.md +++ b/README.en.md @@ -61,8 +61,8 @@ ohos.permission.GET_NETWORK_INFO: allows an app to obtain network information. ## Constraints * The sample app is supported only on Huawei phones running the standard system. -* The HarmonyOS version must be HarmonyOS NEXT Beta1 or later. +* The HarmonyOS version must be HarmonyOS 5.0.5 Release or later. -* The DevEco Studio version must be DevEco Studio NEXT Beta1 or later. +* The DevEco Studio version must be DevEco Studio 5.0.5 Release or later. -* The HarmonyOS SDK version must be HarmonyOS NEXT Beta1 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 6c895ebdebe6ad6eaf5319814f0cc5df746bdaa8..9a0a5208a109cf619e2088f33dc0f7b3574663b2 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,8 @@ ohos.permission.GET_NETWORK_INFO: 允许应用获取数据网络信息 * 本示例仅支持标准系统上运行,支持设备:华为手机。 -* HarmonyOS系统:HarmonyOS NEXT Beta1及以上。 +* HarmonyOS系统:HarmonyOS 5.0.5 Release及以上。 -* DevEco Studio版本:DevEco Studio NEXT Beta1及以上。 +* DevEco Studio版本:DevEco Studio 5.0.5 Release及以上。 -* HarmonyOS SDK版本:HarmonyOS NEXT Beta1 SDK及以上。 \ No newline at end of file +* HarmonyOS SDK版本:HarmonyOS 5.0.5 Release及以上。 \ No newline at end of file diff --git a/build-profile.json5 b/build-profile.json5 index c31b7e2dba2b6ebd8af844af69748d3c18c70eeb..685a3c9ba72319d9866ae340ea755b3e0b2b1122 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", } ],