diff --git a/scripts/update-dependencies.sh b/scripts/update-dependencies.sh new file mode 100755 index 0000000000..c797d96478 --- /dev/null +++ b/scripts/update-dependencies.sh @@ -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