From f82e9482fbb6eaddd91a3dce8db0a4cbdf95346c Mon Sep 17 00:00:00 2001 From: zhoulei <1090447721@qq.com> Date: Fri, 4 Jun 2021 10:41:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=BC=96=E8=AF=91=E5=99=A8=E9=80=82?= =?UTF-8?q?=E9=85=8D=E4=BF=AE=E6=94=B9=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.OPENSOURCE | 2 +- build.gradle | 8 ++++---- entry/src/main/config.json | 17 ++++------------- 3 files changed, 9 insertions(+), 18 deletions(-) diff --git a/README.OPENSOURCE b/README.OPENSOURCE index 65e5936..9bf0fb8 100644 --- a/README.OPENSOURCE +++ b/README.OPENSOURCE @@ -8,7 +8,7 @@ "License File": "", - "Version Number": "1.8.0", + "Version Number": "master分支", "Upstream URL": "https://hub.fastgit.org/HomHomLin/AdvancedPagerSlidingTabStrip", diff --git a/build.gradle b/build.gradle index 69bbf9d..57d4981 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ ohos { compatibleSdkVersion 4 } } - + buildscript { repositories { maven { @@ -16,10 +16,10 @@ buildscript { maven { url 'https://developer.huawei.com/repo/' } - jcenter() + jcenter() } dependencies { - classpath 'com.huawei.ohos:hap:2.4.2.5' + classpath 'com.huawei.ohos:hap:2.4.4.2' classpath 'com.huawei.ohos:decctest:1.0.0.6' } } @@ -32,6 +32,6 @@ allprojects { maven { url 'https://developer.huawei.com/repo/' } - jcenter() + jcenter() } } diff --git a/entry/src/main/config.json b/entry/src/main/config.json index 3d581e3..1a8f71a 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -3,12 +3,8 @@ "bundleName": "com.lhh.apst.advancedpagerslidingtabstrip", "vendor": "lhh", "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5 + "code": 1000000, + "name": "1.0.0" } }, "deviceConfig": {}, @@ -21,7 +17,8 @@ "distro": { "deliveryWithInstall": true, "moduleName": "entry", - "moduleType": "entry" + "moduleType": "entry", + "installationFree": false }, "abilities": [ { @@ -39,7 +36,6 @@ "name": "com.lhh.apst.advancedpagerslidingtabstrip.MainAbility", "icon": "$media:icon", "description": "$string:mainability_description", - "configChanges": "orientation", "label": "$string:app_title_name", "type": "page", "launchType": "standard" @@ -47,7 +43,6 @@ { "name": "com.lhh.apst.advancedpagerslidingtabstrip.CustomTabAbility", "orientation": "unspecified", - "configChanges": "orientation", "icon": "$media:icon", "description": "$string:mainability_description", "label": "$string:app_title_name", @@ -57,7 +52,6 @@ { "name": "com.lhh.apst.advancedpagerslidingtabstrip.IconTabAbility", "orientation": "unspecified", - "configChanges": "orientation", "icon": "$media:icon", "description": "$string:mainability_description", "label": "$string:app_title_name", @@ -67,7 +61,6 @@ { "name": "com.lhh.apst.advancedpagerslidingtabstrip.NormalTabAbility", "orientation": "unspecified", - "configChanges": "orientation", "icon": "$media:icon", "description": "$string:mainability_description", "label": "$string:app_title_name", @@ -77,7 +70,6 @@ { "name": "com.lhh.apst.advancedpagerslidingtabstrip.ViewTabAbility", "orientation": "unspecified", - "configChanges": "orientation", "icon": "$media:icon", "description": "$string:mainability_description", "label": "$string:app_title_name", @@ -87,7 +79,6 @@ { "name": "com.lhh.apst.advancedpagerslidingtabstrip.WeiboTabAbility", "orientation": "unspecified", - "configChanges": "orientation", "icon": "$media:icon", "description": "$string:mainability_description", "label": "$string:app_title_name", -- Gitee