diff --git a/README.en.md b/README.en.md index 2d460407ff49ab2ef5df3ca66afc8d8c83bb9de8..5ac7ab24bcde6266fe6ce4f534a80d950f9f4327 100644 --- a/README.en.md +++ b/README.en.md @@ -18,7 +18,8 @@ This example utilizes the ArkTS API provided by `@ohos.ai.mindSporeLite` to impl ``` ├──entry/src/main/ets/ │ ├──common -│ │ └──ImageDataListConstant.ets // Image inference static configuration +│ │ └──constants +│ │ └──ImageDataListConstant.ets // Image inference static configuration │ ├──entryability │ │ └──EntryAbility.ets // Ability life cycle callback content │ ├──model @@ -62,7 +63,7 @@ Add the `syscap.json` file in the project's main directory with the following co }, "development": { "addedSysCaps": [ - "SystemCapability.AI.MindSporeLite" + "SystemCapability.Ai.MindSpore" ] } } diff --git a/README.md b/README.md index 0f8bed4c6b05f445daa945b7e822c9b5e1c61ec5..109a50b877b6cd94bb31eb76e33bc09ff0aaf516 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ ``` ├──entry/src/main/ets/ │ ├──common -│ │ └──ImageDataListConstant.ets // 图像推理静态配置 +│ │ └──constants +│ │ └──ImageDataListConstant.ets // 图像推理静态配置 │ ├──entryability │ │ └──EntryAbility.ets // Ability的生命周期回调内容 │ ├──model @@ -64,7 +65,7 @@ }, "development": { "addedSysCaps": [ - "SystemCapability.AI.MindSporeLite" + "SystemCapability.Ai.MindSpore" ] } } diff --git a/build-profile.json5 b/build-profile.json5 index d9f834241009b9c42fba895485af665f466d3071..bf6e5574af2ddbc5f7b830d86d2b7143a445d064 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -6,7 +6,7 @@ "name": "default", "signingConfig": "default", "targetSdkVersion": "5.1.0(18)", - "compatibleSdkVersion": "5.0.5(17)", + "compatibleSdkVersion": "5.1.0(18)", "runtimeOS": "HarmonyOS", "buildOption": { "strictMode": {