diff --git a/README.en.md b/README.en.md index 9e368595eed57bc453c2c251937bf4ed4a9f3f41..dd8c255ca59cce9bb5441fa7af8d5d9d85a13bb6 100644 --- a/README.en.md +++ b/README.en.md @@ -47,8 +47,8 @@ N/A 1. The sample app is supported only on Huawei phones running the standard system. -2. The HarmonyOS version must be HarmonyOS NEXT Developer Beta1 or later. +2. The HarmonyOS version must be HarmonyOS 5.0.0 Release or later. -3. DevEco Studio version must be DevEco Studio NEXT Developer Beta1 or later. +3. DevEco Studio version must be DevEco Studio 5.0.0 Release or later. -4. The HarmonyOS SDK version must be HarmonyOS NEXT Developer Beta1 SDK or later. +4. The HarmonyOS SDK version must be HarmonyOS 5.0.0 Release SDK or later. diff --git a/README.md b/README.md index f6f80953c60c1d152f844f3605e936dd5748f730..87da36b9f3a49f3375e23a87d82a9238623e6eeb 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,9 @@ 1.本示例仅支持标准系统上运行,支持设备:华为手机。 -2.HarmonyOS系统:HarmonyOS NEXT Developer Beta1及以上。 +2.HarmonyOS系统:HarmonyOS 5.0.0 Release及以上。 -3.DevEco Studio版本:DevEco Studio NEXT Developer Beta1及以上。 +3.DevEco Studio版本:DevEco Studio 5.0.0 Release及以上。 -4.HarmonyOS SDK版本:HarmonyOS NEXT Developer Beta1 SDK及以上。 +4.HarmonyOS SDK版本:HarmonyOS NEXT 5.0.0 Release SDK及以上。 diff --git a/build-profile.json5 b/build-profile.json5 index 1d12140d202702d7c73d64f1b291fe5c45a660ce..69cf13d77e884ca9452a4542f84e6475705b0474 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -5,7 +5,8 @@ { "name": "default", "signingConfig": "default", - "compatibleSdkVersion": "5.0.0(12)", + "compatibleSdkVersion": "5.0.5(17)", + "targetSdkVersion": "5.0.5(17)", "runtimeOS": "HarmonyOS" } ] diff --git a/entry/oh-package.json5 b/entry/oh-package.json5 index a7afd4ec1017198e9d8017e9f28e8e1d786a9e39..a5142308b8e953c4b97debbc759a72bd3c783163 100644 --- a/entry/oh-package.json5 +++ b/entry/oh-package.json5 @@ -3,7 +3,6 @@ "devDependencies": {}, "name": "entry", "description": "example description", - "repository": {}, "version": "1.0.0", "dependencies": {} }