diff --git a/README.en.md b/README.en.md index 4c95e64a228fe3b1435fd14665b29206b6a095bf..c21bbb7b4c2cb1b8bcadd70c68621d5838304d33 100644 --- a/README.en.md +++ b/README.en.md @@ -52,11 +52,11 @@ This sample shows how to use the APIs provided by @ohos.multimedia.camera (camer 1. The sample is only supported on Huawei phones with standard systems. -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. 5. The permission ohos.permission.CAMERA is of the normal level. For details about the permission level, see the permission list. diff --git a/README.md b/README.md index 1ad691c31f51ae342d3ffb52e8b9d7ca72dfd9e2..d6cd195acffd43eb1c048370fea27c9d2d42c6bd 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,10 @@ 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 SDK及以上。 +4.HarmonyOS SDK版本:HarmonyOS 5.0.5 Release SDK及以上。 5.本示例所配置的权限ohos.permission.CAMERA为normal级别(相关权限级别可通过权限定义列表查看) \ No newline at end of file diff --git a/build-profile.json5 b/build-profile.json5 index d209fee432db4515940449ca8f4516144ae32cf6..28db7ad2ea4faaba762bec70bd26b2a21148dc47 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/oh-package.json5 b/oh-package.json5 index ac2ec6bc22bc7cc9f3242945e929a7b9686d6ad4..36ec6f1a54507c7cc6c5a6daf90644c0cc0e24d9 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -2,7 +2,6 @@ "modelVersion": "5.0.0", "license": "", "devDependencies": { - "@ohos/hypium": "1.0.15" }, "author": "", "name": "aicharacterrecognition",