From ece3f6622f27594036b1ed3479d7e6197420a9c7 Mon Sep 17 00:00:00 2001 From: Lince Liu <353627866@qq.com> Date: Wed, 27 Aug 2025 07:22:04 +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 2a19c0e..40e5b86 100755 --- 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