From 2744f67a5f29d2c0960296f8811d3e1ade58ecf2 Mon Sep 17 00:00:00 2001 From: fanchenxuan Date: Thu, 15 May 2025 14:40:36 +0800 Subject: [PATCH] test Signed-off-by: fanchenxuan --- build-profile.json5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-profile.json5 b/build-profile.json5 index 3960d81..e93a7cf 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -19,9 +19,9 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 20, - "compatibleSdkVersion": 20, - "targetSdkVersion": 20, + "compileSdkVersion": 19, + "compatibleSdkVersion": 19, + "targetSdkVersion": 19, "runtimeOS": "OpenHarmony" } ] -- Gitee