From fe9fa7a49aabbe79f14eb34d9c51c1dfa06a9dfb Mon Sep 17 00:00:00 2001 From: Lince Liu <353627866@qq.com> Date: Wed, 27 Aug 2025 07:35:59 +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