diff --git a/README.en.md b/README.en.md index 894d6d8afa71323707a6ab50ded444ba5ed101ae..95098fd373803f5322507dc6c251bb525aa16080 100644 --- a/README.en.md +++ b/README.en.md @@ -6,8 +6,8 @@ This sample describes three typical scenarios of ArkUI component encapsulation: ### Preview -| Home page | Attribute Style | Common component | Dialog component | Component factory | -|-------------------------------------------------------|-------------------------------------------------------|-----------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------| +| Home page | Attribute Style | Common component | Dialog component | Component factory | +|-------------------------------------------------------|-------------------------------------------------------|--------------------------------------------------------|--------------------------------------------------------|---------------------------------------------------------| | | | | | | ### How to Use @@ -54,8 +54,8 @@ N/A 1. The sample is only supported on Huawei phones with standard systems. -2. The HarmonyOS version must be HarmonyOS 5.0.4 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 HarmonyOS 5.0.4 Release or later. +3. The DevEco Studio version must be DevEco Studio HarmonyOS 5.0.5 Release or later. -4. The HarmonyOS SDK version must be HarmonyOS 5.0.4 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 04c217c9648c70afe16562b8d466de6a0c1527b5..cf119730e2fd4272351911de35909f0c561b5642 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ ### 效果图预览 -| 首页 | 组件公共样式封装 | 自定义组件封装场景 | 组件工厂类封装场景 | 弹窗组件封装场景 | -|----------------------------------------------------|----------------------------------------|-----------------------------------------|------------------------------------------|-----------------------------------------| +| 首页 | 组件公共样式封装 | 自定义组件封装场景 | 组件工厂类封装场景 | 弹窗组件封装场景 | +|----------------------------------------------------|----------------------------------------------------|-----------------------------------------|------------------------------------------|-----------------------------------------| | | | ![image](screenshots/device/common.png) | ![image](screenshots/device/factory.png) | ![image](screenshots/device/dialog.png) | ##### 使用说明 @@ -54,8 +54,8 @@ 1. 本示例仅支持标准系统上运行,支持设备:华为手机。 -2. HarmonyOS系统:HarmonyOS 5.0.4 Release及以上。 +2. HarmonyOS系统:HarmonyOS 5.0.5 Release及以上。 -3. DevEco Studio版本:DevEco Studio 5.0.4 Release及以上。 +3. DevEco Studio版本:DevEco Studio 5.0.5 Release及以上。 -4. HarmonyOS SDK版本:HarmonyOS 5.0.4 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 e8de1a3cb6ba71c60762653ebac9cfdc1cfa0132..a33e1f2b1fb22dcb09d8042de60fd767ec874a2a 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -5,7 +5,8 @@ { "name": "default", "signingConfig": "default", - "compatibleSdkVersion": "5.0.4(16)", + "targetSdkVersion": "5.0.5(17)", + "compatibleSdkVersion": "5.0.5(17)", "runtimeOS": "HarmonyOS", } ],