From 5cc8a275eb3169dd28571a52c842ecfdbffe075d Mon Sep 17 00:00:00 2001 From: hlzhangaj Date: Tue, 13 May 2025 03:04:42 +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 e93a7cf..3960d81 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -19,9 +19,9 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 19, - "compatibleSdkVersion": 19, - "targetSdkVersion": 19, + "compileSdkVersion": 20, + "compatibleSdkVersion": 20, + "targetSdkVersion": 20, "runtimeOS": "OpenHarmony" } ] -- Gitee