Skip to content

Commit 11a8c76

Browse files
committed
Add update-dependencies.sh
Fixes: gh-5276
1 parent 2f441f1 commit 11a8c76

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/update-dependencies.sh

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

0 commit comments

Comments
 (0)