From a9719dbda1331fadd8470c00205ed3d11a69bb4b Mon Sep 17 00:00:00 2001 From: "1362134550@qq.com" <1362134550@qq.com> Date: Tue, 2 Sep 2025 19:59:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E5=88=B0api17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AppDataSecurity/README.md | 6 +++--- AppDataSecurity/build-profile.json5 | 3 ++- Privacy/build-profile.json5 | 16 +--------------- 3 files changed, 6 insertions(+), 19 deletions(-) diff --git a/AppDataSecurity/README.md b/AppDataSecurity/README.md index aee60a14..a8b967ef 100644 --- a/AppDataSecurity/README.md +++ b/AppDataSecurity/README.md @@ -32,8 +32,8 @@ 1. 本示例仅支持标准系统上运行,支持设备:华为手机。 -2. HarmonyOS系统:HarmonyOS NEXT Release及以上。 +2. HarmonyOS系统:HarmonyOS 5.0.5 Release及以上。 -3. DevEco Studio版本:DevEco Studio NEXT Release及以上。 +3. DevEco Studio版本:DevEco Studio 5.0.5 Release及以上。 -4. HarmonyOS SDK版本:HarmonyOS NEXT Release SDK及以上。 \ No newline at end of file +4. HarmonyOS SDK版本:HarmonyOS 5.0.5 Release SDK及以上。 \ No newline at end of file diff --git a/AppDataSecurity/build-profile.json5 b/AppDataSecurity/build-profile.json5 index 1e69556b..9e87e7e6 100644 --- a/AppDataSecurity/build-profile.json5 +++ b/AppDataSecurity/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", "buildOption": { "strictMode": { diff --git a/Privacy/build-profile.json5 b/Privacy/build-profile.json5 index 9118e99f..0ffdc3c5 100644 --- a/Privacy/build-profile.json5 +++ b/Privacy/build-profile.json5 @@ -1,20 +1,6 @@ { "app": { - "signingConfigs": [ - { - "name": "default", - "type": "HarmonyOS", - "material": { - "certpath": "C:\\Users\\Administrator\\.ohos\\config\\default_Privacy_DGQm1oqD0cdFXvYgAvDzJ5LioP1ikDr6k7Ofvwpl4u8=.cer", - "keyAlias": "debugKey", - "keyPassword": "0000001A6770B069586AC8008FE21343F9A8706CAD8AC17D191DC259338F32A88A8BEB537053B05FB80B", - "profile": "C:\\Users\\Administrator\\.ohos\\config\\default_Privacy_DGQm1oqD0cdFXvYgAvDzJ5LioP1ikDr6k7Ofvwpl4u8=.p7b", - "signAlg": "SHA256withECDSA", - "storeFile": "C:\\Users\\Administrator\\.ohos\\config\\default_Privacy_DGQm1oqD0cdFXvYgAvDzJ5LioP1ikDr6k7Ofvwpl4u8=.p12", - "storePassword": "0000001A1123FBAF52335761538730A9CEF6FFB727C88EF76C0AD0F7F15A9B0A6A5062D64495C342C620" - } - } - ], + "signingConfigs": [], "products": [ { "name": "default", -- Gitee