From 022c5a8958446e057b732b1b7160a7055cee5a5d Mon Sep 17 00:00:00 2001 From: wcedla Date: Tue, 9 Apr 2024 21:32:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7api11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wcedla --- ohos/build-profile.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ohos/build-profile.json5 b/ohos/build-profile.json5 index d65371f..9129141 100644 --- a/ohos/build-profile.json5 +++ b/ohos/build-profile.json5 @@ -5,8 +5,8 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": "4.0.0(10)", - "compatibleSdkVersion": "4.0.0(10)", + "compileSdkVersion": "4.1.0(11)", + "compatibleSdkVersion": "4.1.0(11)", "runtimeOS": "HarmonyOS", } ], -- Gitee