Update Dependencies

This commit is contained in:
Rob Winch
2018-05-08 09:39:21 -05:00
parent 2162221589
commit c35c1c0643
52 changed files with 543 additions and 247 deletions

6
scripts/update-dependencies.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
rm -f build/updates.txt
./gradlew dependencyUpdate -Drevision=release
find -name report.txt | xargs cat > build/updates.txt
echo "Updates...."
cat build/updates.txt | fgrep ' ->' | sort | uniq