From 6a4aa9df600e1c2ed703b2f33ef78541a251086a Mon Sep 17 00:00:00 2001 From: hlzhangaj Date: Wed, 16 Apr 2025 06:31:21 +0000 Subject: [PATCH] 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 3057b36..2b81e0e 100755 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -18,9 +18,9 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 18, - "compatibleSdkVersion": 18, - "targetSdkVersion": 18, + "compileSdkVersion": 20, + "compatibleSdkVersion": 20, + "targetSdkVersion": 20, "runtimeOS": "OpenHarmony", } ] -- Gitee