From 6611e5e34fc23966e749670048bf0e2ef9fea77c Mon Sep 17 00:00:00 2001 From: Lince Liu <353627866@qq.com> Date: Wed, 27 Aug 2025 07:25:44 +0000 Subject: [PATCH] update build-profile.json5. Signed-off-by: Lince Liu <353627866@qq.com> --- build-profile.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-profile.json5 b/build-profile.json5 index 4fb1e6f..e9081b0 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" } ], -- Gitee