From ae770502728a3a31c4fd23aaac6889c491d45037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=AD=9F=E5=85=83?= Date: Fri, 21 Feb 2025 08:40:35 +0000 Subject: [PATCH] =?UTF-8?q?update=20code/Solutions/InputMethod/KikaInput/b?= =?UTF-8?q?uild-profile.json5.=20KikaInput=20=E8=BE=93=E5=85=A5=E6=B3=95?= =?UTF-8?q?=E6=B5=8B=E8=AF=95api14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 贾孟元 --- code/Solutions/InputMethod/KikaInput/build-profile.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/Solutions/InputMethod/KikaInput/build-profile.json5 b/code/Solutions/InputMethod/KikaInput/build-profile.json5 index 8ee6a544c8..ef1a3fa1da 100644 --- a/code/Solutions/InputMethod/KikaInput/build-profile.json5 +++ b/code/Solutions/InputMethod/KikaInput/build-profile.json5 @@ -19,8 +19,8 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 12, - "compatibleSdkVersion": 12, + "compileSdkVersion": 14, + "compatibleSdkVersion": 14, "runtimeOS": "OpenHarmony" } ], -- Gitee