From 1efb3415d364c5080460e98f50edaa2064f6dbd3 Mon Sep 17 00:00:00 2001 From: hlzhangaj Date: Thu, 17 Apr 2025 02:18:18 +0000 Subject: [PATCH] api 20 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 399ad9a..3960d81 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -19,9 +19,9 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 18, - "compatibleSdkVersion": 18, - "targetSdkVersion": 18, + "compileSdkVersion": 20, + "compatibleSdkVersion": 20, + "targetSdkVersion": 20, "runtimeOS": "OpenHarmony" } ] -- Gitee