diff --git a/build-profile.json5 b/build-profile.json5 index a658cd1..af7a808 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -28,12 +28,12 @@ } } ], - "compileSdkVersion": 10, - "compatibleSdkVersion": 9, "products": [ { "name": "default", "signingConfig": "release", + "compileSdkVersion": 10, + "compatibleSdkVersion": 9 } ] }, diff --git a/hvigor/hvigor-config.json5 b/hvigor/hvigor-config.json5 index 3ca9c50..ca112fa 100644 --- a/hvigor/hvigor-config.json5 +++ b/hvigor/hvigor-config.json5 @@ -13,8 +13,8 @@ * limitations under the License. */ { - "hvigorVersion": "2.4.2", + "hvigorVersion": "3.0.2", "dependencies": { - "@ohos/hvigor-ohos-plugin": "2.4.2" + "@ohos/hvigor-ohos-plugin": "3.0.2" } }