From 13a114e6a2afba0a5b14992cdba9cefb57b82a8b Mon Sep 17 00:00:00 2001 From: hlzhangaj Date: Sun, 2 Mar 2025 08:24:15 +0000 Subject: [PATCH] api 18 Signed-off-by: hlzhangaj --- build-profile.json5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-profile.json5 b/build-profile.json5 index bbc94bb..399ad9a 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -19,9 +19,9 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 16, - "compatibleSdkVersion": 16, - "targetSdkVersion": 16, + "compileSdkVersion": 18, + "compatibleSdkVersion": 18, + "targetSdkVersion": 18, "runtimeOS": "OpenHarmony" } ] -- Gitee