diff --git a/build.gradle b/build.gradle index 8d6324b05b02acab23677c12f5f9591f19954132..8726113cdae6d9978a42bdf9f0a80fbb0f37e8ec 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.huawei.ohos.app' ohos { - compileSdkVersion 5 + compileSdkVersion 6 defaultConfig { compatibleSdkVersion 5 } diff --git a/entry/build.gradle b/entry/build.gradle index 494af317505da2e4e3c3ef300bcd8605500abe4c..a97f8b9d39a754c68c8b5767132031896b7fca2c 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -1,6 +1,6 @@ apply plugin: 'com.huawei.ohos.hap' ohos { - compileSdkVersion 5 + compileSdkVersion 6 defaultConfig { compatibleSdkVersion 5 } diff --git a/entry/src/main/config.json b/entry/src/main/config.json index 5f900e3fb4202b14e0971a0b822ac554fc6c9d52..7cf3857257c64e3718b61c4c9709fb239d594aa4 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -5,11 +5,6 @@ "version": { "code": 1000000, "name": "1.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5, - "releaseType" : "Release" } }, "deviceConfig": {},