diff --git a/code/DocsSample/ArkUISample/Animation/build-profile.json5 b/code/DocsSample/ArkUISample/Animation/build-profile.json5 index e1244ceecbe969910aa0eb4f5ec4543c58ee4225..a836643694216fc7ebed6a02147e203fb3424621 100644 --- a/code/DocsSample/ArkUISample/Animation/build-profile.json5 +++ b/code/DocsSample/ArkUISample/Animation/build-profile.json5 @@ -19,8 +19,9 @@ { "name": "default", "signingConfig": "default", - "targetSdkVersion": "20", - "compatibleSdkVersion": "20", + "targetSdkVersion": 20, + "compileSdkVersion": 20, + "compatibleSdkVersion": 20, "runtimeOS": "OpenHarmony", "buildOption": { "strictMode": { diff --git a/code/DocsSample/ArkUISample/Animation/entry/src/main/module.json5 b/code/DocsSample/ArkUISample/Animation/entry/src/main/module.json5 index 196e6b3978857f196aa334edffc3c5b431c6bc83..b4ddd8384de7db304a1c6bb7ccc29f707edddc95 100644 --- a/code/DocsSample/ArkUISample/Animation/entry/src/main/module.json5 +++ b/code/DocsSample/ArkUISample/Animation/entry/src/main/module.json5 @@ -19,7 +19,7 @@ "description": "$string:module_desc", "mainElement": "EntryAbility", "deviceTypes": [ - "phone" + "default" ], "deliveryWithInstall": true, "installationFree": false, diff --git a/code/DocsSample/ArkUISample/Animation/hvigor/hvigor-config.json5 b/code/DocsSample/ArkUISample/Animation/hvigor/hvigor-config.json5 index a3a86df0cd5b8fbf375409dc5825e13202ab2284..2d5b53c87bb8c7e5a38072d17a6e9b9533003301 100644 --- a/code/DocsSample/ArkUISample/Animation/hvigor/hvigor-config.json5 +++ b/code/DocsSample/ArkUISample/Animation/hvigor/hvigor-config.json5 @@ -13,7 +13,7 @@ * limitations under the License. */ { - "modelVersion": "6.0.0", + "modelVersion": "5.1.0", "dependencies": { }, "execution": { diff --git a/code/DocsSample/ArkUISample/Animation/oh-package.json5 b/code/DocsSample/ArkUISample/Animation/oh-package.json5 index 41b8b63948628728b745e7be8cd53d68d9345b75..b56a095f3819541cf150766a67ff7e23a23973a9 100644 --- a/code/DocsSample/ArkUISample/Animation/oh-package.json5 +++ b/code/DocsSample/ArkUISample/Animation/oh-package.json5 @@ -13,7 +13,7 @@ * limitations under the License. */ { - "modelVersion": "6.0.0", + "modelVersion": "5.1.0", "description": "Please describe the basic information.", "dependencies": { }, diff --git a/code/DocsSample/ArkUISample/BindSheet/build-profile.json5 b/code/DocsSample/ArkUISample/BindSheet/build-profile.json5 index e1244ceecbe969910aa0eb4f5ec4543c58ee4225..a836643694216fc7ebed6a02147e203fb3424621 100644 --- a/code/DocsSample/ArkUISample/BindSheet/build-profile.json5 +++ b/code/DocsSample/ArkUISample/BindSheet/build-profile.json5 @@ -19,8 +19,9 @@ { "name": "default", "signingConfig": "default", - "targetSdkVersion": "20", - "compatibleSdkVersion": "20", + "targetSdkVersion": 20, + "compileSdkVersion": 20, + "compatibleSdkVersion": 20, "runtimeOS": "OpenHarmony", "buildOption": { "strictMode": { diff --git a/code/DocsSample/ArkUISample/BindSheet/entry/src/main/module.json5 b/code/DocsSample/ArkUISample/BindSheet/entry/src/main/module.json5 index 196e6b3978857f196aa334edffc3c5b431c6bc83..b4ddd8384de7db304a1c6bb7ccc29f707edddc95 100644 --- a/code/DocsSample/ArkUISample/BindSheet/entry/src/main/module.json5 +++ b/code/DocsSample/ArkUISample/BindSheet/entry/src/main/module.json5 @@ -19,7 +19,7 @@ "description": "$string:module_desc", "mainElement": "EntryAbility", "deviceTypes": [ - "phone" + "default" ], "deliveryWithInstall": true, "installationFree": false, diff --git a/code/DocsSample/ArkUISample/BindSheet/hvigor/hvigor-config.json5 b/code/DocsSample/ArkUISample/BindSheet/hvigor/hvigor-config.json5 index a3a86df0cd5b8fbf375409dc5825e13202ab2284..2d5b53c87bb8c7e5a38072d17a6e9b9533003301 100644 --- a/code/DocsSample/ArkUISample/BindSheet/hvigor/hvigor-config.json5 +++ b/code/DocsSample/ArkUISample/BindSheet/hvigor/hvigor-config.json5 @@ -13,7 +13,7 @@ * limitations under the License. */ { - "modelVersion": "6.0.0", + "modelVersion": "5.1.0", "dependencies": { }, "execution": { diff --git a/code/DocsSample/ArkUISample/BindSheet/oh-package.json5 b/code/DocsSample/ArkUISample/BindSheet/oh-package.json5 index 41b8b63948628728b745e7be8cd53d68d9345b75..b56a095f3819541cf150766a67ff7e23a23973a9 100644 --- a/code/DocsSample/ArkUISample/BindSheet/oh-package.json5 +++ b/code/DocsSample/ArkUISample/BindSheet/oh-package.json5 @@ -13,7 +13,7 @@ * limitations under the License. */ { - "modelVersion": "6.0.0", + "modelVersion": "5.1.0", "description": "Please describe the basic information.", "dependencies": { }, diff --git a/code/DocsSample/ArkUISample/Navigation/build-profile.json5 b/code/DocsSample/ArkUISample/Navigation/build-profile.json5 index e1244ceecbe969910aa0eb4f5ec4543c58ee4225..a836643694216fc7ebed6a02147e203fb3424621 100644 --- a/code/DocsSample/ArkUISample/Navigation/build-profile.json5 +++ b/code/DocsSample/ArkUISample/Navigation/build-profile.json5 @@ -19,8 +19,9 @@ { "name": "default", "signingConfig": "default", - "targetSdkVersion": "20", - "compatibleSdkVersion": "20", + "targetSdkVersion": 20, + "compileSdkVersion": 20, + "compatibleSdkVersion": 20, "runtimeOS": "OpenHarmony", "buildOption": { "strictMode": { diff --git a/code/DocsSample/ArkUISample/Navigation/entry/src/main/module.json5 b/code/DocsSample/ArkUISample/Navigation/entry/src/main/module.json5 index da837d9dff274a7a471ee1fbf79e711cd1286493..7b9a375477a555efc107bf74ad7902785a39b1e4 100644 --- a/code/DocsSample/ArkUISample/Navigation/entry/src/main/module.json5 +++ b/code/DocsSample/ArkUISample/Navigation/entry/src/main/module.json5 @@ -19,7 +19,7 @@ "description": "$string:module_desc", "mainElement": "EntryAbility", "deviceTypes": [ - "phone" + "default" ], "deliveryWithInstall": true, "installationFree": false,