mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Update NGA客户端开源版 to 4.0.1 (4001)
This commit is contained in:
parent
998a6fc8d4
commit
6a52cbb91d
1 changed files with 35 additions and 2 deletions
|
|
@ -200,8 +200,41 @@ Builds:
|
|||
- popd
|
||||
- mv $$android-floating-action-button$$/build/outputs/aar/*.aar libs/floatingactionmenu.aar
|
||||
|
||||
- versionName: 4.0.1
|
||||
versionCode: 4001
|
||||
commit: bac0851c8a092964fef27c8eccb7b702032cdb76
|
||||
subdir: nga_phone_base_3.0
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- android-floating-action-button@2396953e0f8a1f329756320bd0663d250aadac83
|
||||
rm:
|
||||
- nga_phone_base_3.0/libs/*.aar
|
||||
- lib_cloud
|
||||
prebuild:
|
||||
- sed -i -e '/aliyun/d' ../build.gradle
|
||||
- sed -i -e '/lib_cloud/d' -e '/arouter-api/s/com.alibaba/com.github.alibaba.ARouter/'
|
||||
-e 's/com.alibaba:arouter-compiler:1.1.4/com.github.alibaba.ARouter:arouter-compiler:1.1.1/'
|
||||
build.gradle
|
||||
- sed -i -e 's/com.nshmura:recyclertablayout:1.5.0/com.github.nshmura:RecyclerTabLayout:1.4.0/'
|
||||
-e 's/com.zhouyou:signseekbar:1.0.6/com.github.zhou-you:EasySignSeekBar:8c52404ab6/'
|
||||
-e 's/net.steamcrafted:load-toast/com.github.code-mc:loadtoast/' -e 's/me.imid.swipebacklayout.lib:library:1.1.0/com.github.ikew0ng:SwipeBackLayout:e1d109e5fe/'
|
||||
../lib_common/build.gradle
|
||||
- sed -i -e "s/':lib_cloud',//" ../settings.gradle
|
||||
- find -type f -name "*.java" -exec sed -i -e '/CloudServerManager/d' {} +
|
||||
- cd $$android-floating-action-button$$/..
|
||||
- sed -i -e 's/3.1.1/3.6.4/' build.gradle
|
||||
- rm -rf gradle
|
||||
scanignore:
|
||||
- nga_phone_base_3.0/src/main/java/sp/phone/util/PluginUtils.java
|
||||
build:
|
||||
- pushd $$android-floating-action-button$$
|
||||
- gradle assembleRelease
|
||||
- popd
|
||||
- mv $$android-floating-action-button$$/build/outputs/aar/*.aar libs/floatingactionmenu.aar
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: build.gradle|appVersionCode\s=\s(\d+)|.|appVersionName\s=\s'([\d.]+)'
|
||||
CurrentVersion: 3.8.5
|
||||
CurrentVersionCode: 3085
|
||||
CurrentVersion: 4.0.1
|
||||
CurrentVersionCode: 4001
|
||||
|
|
|
|||
Loading…
Reference in a new issue