diff --git a/README.OPENSOURCE b/README.OPENSOURCE index 65e59368c07f1a3e6f0c9da7a3cb77158a762535..9bf0fb8d1b7b68fa56f032a21679377b4bba7808 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 69bbf9da1be03bd77d08adb955aa0b1a2b6a07c5..57d49815e2cde337e47b17f2b1d9606cdd15e270 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 3d581e356f50dbe94c791b72728e28008d351e3c..1a8f71a09a926614185f590939320c3bfbf50877 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",