From aa82519c8e5272319df7548f40f4fbe7490da020 Mon Sep 17 00:00:00 2001 From: hlzhangaj Date: Mon, 28 Apr 2025 06:31:23 +0000 Subject: [PATCH] api 19 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..e93a7cf 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -19,9 +19,9 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 18, - "compatibleSdkVersion": 18, - "targetSdkVersion": 18, + "compileSdkVersion": 19, + "compatibleSdkVersion": 19, + "targetSdkVersion": 19, "runtimeOS": "OpenHarmony" } ] -- Gitee