From f0842112e1bd361a23ea0c99449babc9fd8e573b Mon Sep 17 00:00:00 2001 From: hlzhangaj Date: Tue, 10 Sep 2024 13:39:33 +0000 Subject: [PATCH] 14-test 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 d5c91bb..f0330f0 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -19,9 +19,9 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 12, - "compatibleSdkVersion": 12, - "targetSdkVersion": 12, + "compileSdkVersion": 14, + "compatibleSdkVersion": 14, + "targetSdkVersion": 14, "runtimeOS": "OpenHarmony" } ] -- Gitee