From 40bce24c81facdac45b2a64afe75ee3f0f25e210 Mon Sep 17 00:00:00 2001 From: hlzhangaj Date: Mon, 28 Apr 2025 06:29:27 +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 3057b36..fc8d64e 100755 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -18,9 +18,9 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 18, - "compatibleSdkVersion": 18, - "targetSdkVersion": 18, + "compileSdkVersion": 19, + "compatibleSdkVersion": 19, + "targetSdkVersion": 19, "runtimeOS": "OpenHarmony", } ] -- Gitee