From 86aecb91e549609d5e97b480fb9a648d6128b808 Mon Sep 17 00:00:00 2001 From: liujihui <810520030@qq.com> Date: Thu, 30 Oct 2025 14:53:58 +0800 Subject: [PATCH] =?UTF-8?q?imp:=E4=BC=98=E5=8C=96API20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-profile.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-profile.json5 b/build-profile.json5 index 578d98f..6c9ae38 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -5,8 +5,8 @@ { "name": "default", "signingConfig": "default", - "targetSdkVersion": "5.1.1(19)", - "compatibleSdkVersion": "5.1.1(19)", + "targetSdkVersion": "6.0.0(20)", + "compatibleSdkVersion": "6.0.0(20)", "runtimeOS": "HarmonyOS" } ], -- Gitee