From f75bdb9cd76cb2dd88953f3d062f0f24a820abeb Mon Sep 17 00:00:00 2001 From: xujianhong Date: Tue, 8 Jun 2021 11:09:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E5=85=83=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FloatingViewLib/build.gradle | 2 +- entry/build.gradle | 2 +- entry/src/ohosTest/config.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FloatingViewLib/build.gradle b/FloatingViewLib/build.gradle index 7c78a2c..e3a8962 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 c5cc2f4..ec23571 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 785e1f5..b8b0231 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, -- Gitee