Skip to content

Commit a7d4d45

Browse files
committed
Add update-dependencies.sh
1 parent 69a34bc commit a7d4d45

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/update-dependencies.sh

Lines changed: 6 additions & 0 deletions
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)