From 9391a896bc962104e2e1bcf4399a1783628f2ddc Mon Sep 17 00:00:00 2001 From: Lince Liu <353627866@qq.com> Date: Wed, 27 Aug 2025 08:19:47 +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 22576d4..06211fa 100755 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -6,7 +6,8 @@ { "name": "default", "signingConfig": "default", - "compatibleSdkVersion": "5.0.0(12)", + "compatibleSdkVersion": "5.0.5(17)", + "targetSdkVersion": "5.0.5(17)", "runtimeOS": "HarmonyOS" } ] -- Gitee