diff --git a/README.en.md b/README.en.md index 12de1d5f1a9497f789c63371f3b1dbe5f4560fb2..aedcf097d74e378c05ea89e33658d016b7839c87 100644 --- a/README.en.md +++ b/README.en.md @@ -61,8 +61,8 @@ N/A 1. The sample is only supported on Huawei phones with standard systems. -2. The HarmonyOS version must be HarmonyOS 5.0.0 Release or later. +2. The HarmonyOS version must be HarmonyOS 5.0.5 Release or later. -3. The DevEco Studio version must be DevEco Studio 5.0.0 Release or later. +3. The DevEco Studio version must be DevEco Studio 5.0.5 Release or later. -4. The HarmonyOS SDK version must be HarmonyOS 5.0.0 Release SDK or later. \ No newline at end of file +4. The HarmonyOS SDK version must be HarmonyOS 5.0.5 Release SDK or later. \ No newline at end of file diff --git a/README.md b/README.md index 52398ce37795a7652834fb4271c459cc1f17273d..a3abbdd1e850410071d8bfe73d6f36b7135d5b1e 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ 本示例介绍自定义键盘的实现,通过绑定系统键盘,实现自定义键盘和系统键盘的切换;通过onAreaChange获取自定义键盘高度,设置布局避让;为开发者讲解键盘切换、自定义键盘光标处理、自定义键盘布局避让等技术场景案例。 ### 效果预览 -| 自定义键盘布局避让 | 自定义键盘和系统键盘切换 | 自定义键盘通用功能 | -|:-----------------:|:------------:|:-:| -| ![image](screenshots/device/avoid.gif) | ![image](screenshots/device/switch.gif) | ![image](screenshots/device/use.gif) | +| 自定义键盘布局避让 | 自定义键盘和系统键盘切换 | 自定义键盘通用功能 | +|:--------------------------------------:|:---------------------------------------:|:------------------------------------:| +| ![image](screenshots/device/avoid.gif) | ![image](screenshots/device/switch.gif) | ![image](screenshots/device/use.gif) | 使用说明 @@ -61,8 +61,8 @@ 1. 本示例仅支持标准系统上运行,支持设备:华为手机。 -2. HarmonyOS系统:HarmonyOS 5.0.0 Release及以上。 +2. HarmonyOS系统:HarmonyOS 5.0.5 Release及以上。 -3. DevEco Studio版本:DevEco Studio 5.0.0 Release及以上。 +3. DevEco Studio版本:DevEco Studio 5.0.5 Release及以上。 -4. HarmonyOS SDK版本:HarmonyOS 5.0.0 Release SDK及以上。 \ No newline at end of file +4. HarmonyOS SDK版本:HarmonyOS 5.0.5 Release SDK及以上。 \ No newline at end of file diff --git a/build-profile.json5 b/build-profile.json5 index ed2b75e17797558b7d6146c8745dc6bb1b25d2ba..2dad823240e0f606930e5774c760b8b2215517e2 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -6,7 +6,8 @@ { "name": "default", "signingConfig": "default", - "compatibleSdkVersion": "5.0.0(12)", + "targetSdkVersion": "5.0.5(17)", + "compatibleSdkVersion": "5.0.5(17)", "runtimeOS": "HarmonyOS", "buildOption": { "strictMode": {