From 7469fd6db71e5cd80a466c8d5082c7d50cadc781 Mon Sep 17 00:00:00 2001 From: yuandongping Date: Tue, 29 Apr 2025 11:36:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E7=94=A8=E5=8D=87=E7=BA=A7API18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yuandongping --- code/Solutions/InputMethod/KikaInput/README_zh.md | 4 ++-- code/Solutions/InputMethod/KikaInput/build-profile.json5 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/Solutions/InputMethod/KikaInput/README_zh.md b/code/Solutions/InputMethod/KikaInput/README_zh.md index c8db50ff69..281368d84f 100644 --- a/code/Solutions/InputMethod/KikaInput/README_zh.md +++ b/code/Solutions/InputMethod/KikaInput/README_zh.md @@ -101,9 +101,9 @@ kikainput是一个轻量级的输入法应用,支持在运行OpenHarmony OS的 1.本示例仅支持在标准系统上运行。 -2.本示例为Stage模型,从API version 9开始支持。 +2.本示例为Stage模型,从API version 14开始支持。 -3.本示例已适配API version 14版本SDK,SDK版本号(API Version 14 Release),镜像版本号(5.0.2Release)。 +3.本示例已适配API version 18版本SDK,SDK版本号(API Version 18 Release),镜像版本号(5.1.0 Release)。 4.本示例需要使用DevEco Studio 版本号(5.0.2Release)及以上版本才可编译运行。 diff --git a/code/Solutions/InputMethod/KikaInput/build-profile.json5 b/code/Solutions/InputMethod/KikaInput/build-profile.json5 index ef1a3fa1da..1898fb064f 100644 --- a/code/Solutions/InputMethod/KikaInput/build-profile.json5 +++ b/code/Solutions/InputMethod/KikaInput/build-profile.json5 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -19,7 +19,7 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 14, + "compileSdkVersion": 18, "compatibleSdkVersion": 14, "runtimeOS": "OpenHarmony" } -- Gitee