From 55f381780e454d450b872888827122957f7c680c Mon Sep 17 00:00:00 2001 From: hanxingxing Date: Mon, 3 Mar 2025 06:22:38 +0000 Subject: [PATCH] =?UTF-8?q?api=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hanxingxing --- build-profile.json5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-profile.json5 b/build-profile.json5 index 5147291..3057b36 100755 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -18,9 +18,9 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 16, - "compatibleSdkVersion": 16, - "targetSdkVersion": 16, + "compileSdkVersion": 18, + "compatibleSdkVersion": 18, + "targetSdkVersion": 18, "runtimeOS": "OpenHarmony", } ] -- Gitee