From 3d75fe7e5c15a8ff7401e1ff37d8348493673820 Mon Sep 17 00:00:00 2001 From: lloyd <353627866@qq.com> Date: Wed, 20 Aug 2025 10:26:12 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=9F=BA=E4=BA=8E=E5=9F=BA=E7=A1=80?= =?UTF-8?q?=E8=A7=86=E8=A7=89=E6=9C=8D=E5=8A=A1=E5=8F=8A=E7=9B=B8=E6=9C=BA?= =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E6=8B=8D=E7=85=A7=E8=AF=86=E5=88=AB=E6=96=87?= =?UTF-8?q?=E5=AD=97=E5=8A=9F=E8=83=BD=E3=80=91=E6=9B=B4=E6=96=B0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 6 +++--- README.md | 6 +++--- build-profile.json5 | 3 ++- oh-package.json5 | 1 - 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.en.md b/README.en.md index 4c95e64..c21bbb7 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 1ad691c..d6cd195 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 d209fee..28db7ad 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 ac2ec6b..36ec6f1 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", -- Gitee