From fe49bb370d6268c101bd36904917d3aed79efdfc Mon Sep 17 00:00:00 2001 From: hlzhangaj Date: Tue, 10 Sep 2024 13:37:44 +0000 Subject: [PATCH] 14 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 e4f52e3..7ada8fa 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -18,9 +18,9 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 12, - "compatibleSdkVersion": 12, - "targetSdkVersion": 12, + "compileSdkVersion": 14, + "compatibleSdkVersion": 14, + "targetSdkVersion": 14, "runtimeOS": "OpenHarmony", } ]