diff --git a/FloatingViewLib/build.gradle b/FloatingViewLib/build.gradle index 7c78a2c330eb0dfd5d220e49bf1c140d638255cf..e3a89620b6b96a3628e61bc7f289d7372508a54e 100644 --- a/FloatingViewLib/build.gradle +++ b/FloatingViewLib/build.gradle @@ -1,6 +1,6 @@ apply plugin: 'com.huawei.ohos.library' ohos { - compileSdkVersion 4 + compileSdkVersion 5 defaultConfig { compatibleSdkVersion 5 } diff --git a/entry/build.gradle b/entry/build.gradle index c5cc2f4de3078042f5b31b942919df0cb1c5ae03..ec23571bfcf8deb9e086a7ca67c98144668bf835 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'com.huawei.ohos.decctest' ohos { compileSdkVersion 5 defaultConfig { - compatibleSdkVersion 4 + compatibleSdkVersion 5 } } diff --git a/entry/src/ohosTest/config.json b/entry/src/ohosTest/config.json index 785e1f5d28573264ba68a3a9cd7f54bb2c3d5534..b8b02310009ffb2defa857e8488449a491f8f8eb 100644 --- a/entry/src/ohosTest/config.json +++ b/entry/src/ohosTest/config.json @@ -30,7 +30,7 @@ "name": "decc.testkit.runner.EntryAbility", "description": "Test Entry Ability", "icon": "$media:icon", - "label": "FloatingView", + "label": "$string:app_name", "launchType": "standard", "orientation": "landscape", "visible": true,