From 622317916f8d4415db45e47e1e0d530cdf9af1a7 Mon Sep 17 00:00:00 2001 From: hlzhangaj Date: Mon, 11 Aug 2025 08:54:54 +0000 Subject: [PATCH] "compatibleSdkVersion": 18, Signed-off-by: hlzhangaj --- build-profile.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-profile.json5 b/build-profile.json5 index 3960d81..fa4b635 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -20,7 +20,7 @@ "name": "default", "signingConfig": "default", "compileSdkVersion": 20, - "compatibleSdkVersion": 20, + "compatibleSdkVersion": 18, "targetSdkVersion": 20, "runtimeOS": "OpenHarmony" } -- Gitee