From d04e301b8bbb75d7b006902d6d014a7325ab8bfe Mon Sep 17 00:00:00 2001 From: hlzhangaj Date: Tue, 13 May 2025 03:07:35 +0000 Subject: [PATCH] change api 19 to 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 0c3c306..5d2d982 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -18,9 +18,9 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 19, - "compatibleSdkVersion": 19, - "targetSdkVersion": 19, + "compileSdkVersion": 20, + "compatibleSdkVersion": 20, + "targetSdkVersion": 20, "runtimeOS": "OpenHarmony", } ]