DNS Hero: Remove non-free dependencies in CommonUtils
This commit is contained in:
parent
3adec31c2f
commit
ccacbd47a8
|
@ -33,7 +33,8 @@ Build:1.1.1,8
|
||||||
subdir=app
|
subdir=app
|
||||||
submodules=yes
|
submodules=yes
|
||||||
gradle=foss
|
gradle=foss
|
||||||
prebuild=sed -i -e '/maven.fabric.io/d' ../build.gradle ../CommonUtils/build.gradle
|
prebuild=sed -i -e '/maven.fabric.io/d' ../build.gradle ../CommonUtils/build.gradle && \
|
||||||
|
sed -i -e '/firebase/d' -e '/crashlytics/d' ../CommonUtils/utils/build.gradle
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
|
|
Loading…
Reference in a new issue