From fc6df5b5104e638d8e860122bd0e9aa775c88eef Mon Sep 17 00:00:00 2001 From: Lince Liu <353627866@qq.com> Date: Wed, 27 Aug 2025 08:17:48 +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 1d12140..69cf13d 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