diff --git a/code/DocsSample/ArkUISample/Animation/build-profile.json5 b/code/DocsSample/ArkUISample/Animation/build-profile.json5 index e1244ceecbe969910aa0eb4f5ec4543c58ee4225..e4176c3bd083db307413584d4b59ff6a507b31c8 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, + "compatibleSdkVersion": 20, + "compileSdkVersion": 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..00d847b7bfd514973fbade9f670e96253df4a7be 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, @@ -58,7 +58,7 @@ "name": "ohos.extension.backup", "resource": "$profile:backup_config" } - ], + ] } ] } diff --git a/code/DocsSample/ArkUISample/Animation/entry/src/ohosTest/module.json5 b/code/DocsSample/ArkUISample/Animation/entry/src/ohosTest/module.json5 index 1cafc28b86d7d9f2b34f24d26a75c0dbd7299715..59667117c86b64ab9863f7b382c435ae4a3c32fa 100644 --- a/code/DocsSample/ArkUISample/Animation/entry/src/ohosTest/module.json5 +++ b/code/DocsSample/ArkUISample/Animation/entry/src/ohosTest/module.json5 @@ -17,7 +17,7 @@ "name": "entry_test", "type": "feature", "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..4d435603637cbbfe92ac9865537a0c1051810bb1 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.0.5", "dependencies": { }, "execution": { diff --git a/code/DocsSample/ArkUISample/Animation/oh-package.json5 b/code/DocsSample/ArkUISample/Animation/oh-package.json5 index 41b8b63948628728b745e7be8cd53d68d9345b75..38abfd099681aeb547cf83a4966111dd5f4f6d13 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.0.5", "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..e4176c3bd083db307413584d4b59ff6a507b31c8 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, + "compatibleSdkVersion": 20, + "compileSdkVersion": 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..00d847b7bfd514973fbade9f670e96253df4a7be 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, @@ -58,7 +58,7 @@ "name": "ohos.extension.backup", "resource": "$profile:backup_config" } - ], + ] } ] } diff --git a/code/DocsSample/ArkUISample/BindSheet/entry/src/ohosTest/module.json5 b/code/DocsSample/ArkUISample/BindSheet/entry/src/ohosTest/module.json5 index 1cafc28b86d7d9f2b34f24d26a75c0dbd7299715..59667117c86b64ab9863f7b382c435ae4a3c32fa 100644 --- a/code/DocsSample/ArkUISample/BindSheet/entry/src/ohosTest/module.json5 +++ b/code/DocsSample/ArkUISample/BindSheet/entry/src/ohosTest/module.json5 @@ -17,7 +17,7 @@ "name": "entry_test", "type": "feature", "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..4d435603637cbbfe92ac9865537a0c1051810bb1 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.0.5", "dependencies": { }, "execution": { diff --git a/code/DocsSample/ArkUISample/BindSheet/oh-package.json5 b/code/DocsSample/ArkUISample/BindSheet/oh-package.json5 index 41b8b63948628728b745e7be8cd53d68d9345b75..38abfd099681aeb547cf83a4966111dd5f4f6d13 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.0.5", "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..e4176c3bd083db307413584d4b59ff6a507b31c8 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, + "compatibleSdkVersion": 20, + "compileSdkVersion": 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..97893d144de2a5aabea797882967e1a8f63d916d 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, @@ -59,7 +59,7 @@ "name": "ohos.extension.backup", "resource": "$profile:backup_config" } - ], + ] } ] } diff --git a/code/DocsSample/ArkUISample/Navigation/entry/src/ohosTest/module.json5 b/code/DocsSample/ArkUISample/Navigation/entry/src/ohosTest/module.json5 index 1cafc28b86d7d9f2b34f24d26a75c0dbd7299715..59667117c86b64ab9863f7b382c435ae4a3c32fa 100644 --- a/code/DocsSample/ArkUISample/Navigation/entry/src/ohosTest/module.json5 +++ b/code/DocsSample/ArkUISample/Navigation/entry/src/ohosTest/module.json5 @@ -17,7 +17,7 @@ "name": "entry_test", "type": "feature", "deviceTypes": [ - "phone" + "default" ], "deliveryWithInstall": true, "installationFree": false diff --git a/code/DocsSample/ArkUISample/Navigation/hvigor/hvigor-config.json5 b/code/DocsSample/ArkUISample/Navigation/hvigor/hvigor-config.json5 index 2d5b53c87bb8c7e5a38072d17a6e9b9533003301..4d435603637cbbfe92ac9865537a0c1051810bb1 100644 --- a/code/DocsSample/ArkUISample/Navigation/hvigor/hvigor-config.json5 +++ b/code/DocsSample/ArkUISample/Navigation/hvigor/hvigor-config.json5 @@ -13,7 +13,7 @@ * limitations under the License. */ { - "modelVersion": "5.1.0", + "modelVersion": "5.0.5", "dependencies": { }, "execution": { diff --git a/code/DocsSample/ArkUISample/Navigation/oh-package.json5 b/code/DocsSample/ArkUISample/Navigation/oh-package.json5 index b56a095f3819541cf150766a67ff7e23a23973a9..38abfd099681aeb547cf83a4966111dd5f4f6d13 100644 --- a/code/DocsSample/ArkUISample/Navigation/oh-package.json5 +++ b/code/DocsSample/ArkUISample/Navigation/oh-package.json5 @@ -13,7 +13,7 @@ * limitations under the License. */ { - "modelVersion": "5.1.0", + "modelVersion": "5.0.5", "description": "Please describe the basic information.", "dependencies": { }, diff --git a/code/DocsSample/ArkUISample/VisionEffect/build-profile.json5 b/code/DocsSample/ArkUISample/VisionEffect/build-profile.json5 index e1244ceecbe969910aa0eb4f5ec4543c58ee4225..e4176c3bd083db307413584d4b59ff6a507b31c8 100644 --- a/code/DocsSample/ArkUISample/VisionEffect/build-profile.json5 +++ b/code/DocsSample/ArkUISample/VisionEffect/build-profile.json5 @@ -19,8 +19,9 @@ { "name": "default", "signingConfig": "default", - "targetSdkVersion": "20", - "compatibleSdkVersion": "20", + "targetSdkVersion": 20, + "compatibleSdkVersion": 20, + "compileSdkVersion": 20, "runtimeOS": "OpenHarmony", "buildOption": { "strictMode": { diff --git a/code/DocsSample/ArkUISample/VisionEffect/entry/src/main/module.json5 b/code/DocsSample/ArkUISample/VisionEffect/entry/src/main/module.json5 index 196e6b3978857f196aa334edffc3c5b431c6bc83..00d847b7bfd514973fbade9f670e96253df4a7be 100644 --- a/code/DocsSample/ArkUISample/VisionEffect/entry/src/main/module.json5 +++ b/code/DocsSample/ArkUISample/VisionEffect/entry/src/main/module.json5 @@ -19,7 +19,7 @@ "description": "$string:module_desc", "mainElement": "EntryAbility", "deviceTypes": [ - "phone" + "default" ], "deliveryWithInstall": true, "installationFree": false, @@ -58,7 +58,7 @@ "name": "ohos.extension.backup", "resource": "$profile:backup_config" } - ], + ] } ] } diff --git a/code/DocsSample/ArkUISample/VisionEffect/entry/src/ohosTest/module.json5 b/code/DocsSample/ArkUISample/VisionEffect/entry/src/ohosTest/module.json5 index 1cafc28b86d7d9f2b34f24d26a75c0dbd7299715..59667117c86b64ab9863f7b382c435ae4a3c32fa 100644 --- a/code/DocsSample/ArkUISample/VisionEffect/entry/src/ohosTest/module.json5 +++ b/code/DocsSample/ArkUISample/VisionEffect/entry/src/ohosTest/module.json5 @@ -17,7 +17,7 @@ "name": "entry_test", "type": "feature", "deviceTypes": [ - "phone" + "default" ], "deliveryWithInstall": true, "installationFree": false diff --git a/code/DocsSample/ArkUISample/VisionEffect/hvigor/hvigor-config.json5 b/code/DocsSample/ArkUISample/VisionEffect/hvigor/hvigor-config.json5 index 2d5b53c87bb8c7e5a38072d17a6e9b9533003301..4d435603637cbbfe92ac9865537a0c1051810bb1 100644 --- a/code/DocsSample/ArkUISample/VisionEffect/hvigor/hvigor-config.json5 +++ b/code/DocsSample/ArkUISample/VisionEffect/hvigor/hvigor-config.json5 @@ -13,7 +13,7 @@ * limitations under the License. */ { - "modelVersion": "5.1.0", + "modelVersion": "5.0.5", "dependencies": { }, "execution": { diff --git a/code/DocsSample/ArkUISample/VisionEffect/oh-package.json5 b/code/DocsSample/ArkUISample/VisionEffect/oh-package.json5 index b56a095f3819541cf150766a67ff7e23a23973a9..38abfd099681aeb547cf83a4966111dd5f4f6d13 100644 --- a/code/DocsSample/ArkUISample/VisionEffect/oh-package.json5 +++ b/code/DocsSample/ArkUISample/VisionEffect/oh-package.json5 @@ -13,7 +13,7 @@ * limitations under the License. */ { - "modelVersion": "5.1.0", + "modelVersion": "5.0.5", "description": "Please describe the basic information.", "dependencies": { },