From 1f4fe525aba124f8a54515304fcfad2c0ff8ceac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E5=B9=BF=E7=94=9F?= Date: Fri, 20 Dec 2024 02:06:04 +0000 Subject: [PATCH] update build-profile.json5. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 马广生 --- build-profile.json5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-profile.json5 b/build-profile.json5 index f0330f0..bbc94bb 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -19,9 +19,9 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 14, - "compatibleSdkVersion": 14, - "targetSdkVersion": 14, + "compileSdkVersion": 16, + "compatibleSdkVersion": 16, + "targetSdkVersion": 16, "runtimeOS": "OpenHarmony" } ] -- Gitee