NGA客户端开源版: cleanup

This commit is contained in:
linsui 2023-02-17 23:21:51 +08:00 committed by linsui
parent b264653749
commit 0a25be6cf7

View file

@ -179,19 +179,19 @@ Builds:
- nga_phone_base_3.0/libs/*.aar
- lib_cloud
prebuild:
- sed -i -e '/bintray/d' -e '/aliyun/d' -e '/sonatype/d' ../build.gradle
- 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/'
-e "s|files('libs/commons-io-2.4.jar')|'commons-io:commons-io:2.4'|" ../lib_common/build.gradle
../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
- sed -i -e 's/4.4/5.6.4/' gradle/wrapper/gradle-wrapper.properties
- rm -rf gradle
scanignore:
- nga_phone_base_3.0/src/main/java/sp/phone/util/PluginUtils.java
build: