diff --git a/scripts/update-dependencies.sh b/scripts/update-dependencies.sh index c797d96478..ce8dc3bbef 100755 --- a/scripts/update-dependencies.sh +++ b/scripts/update-dependencies.sh @@ -1,6 +1,6 @@ #!/bin/bash rm -f build/updates.txt ./gradlew dependencyUpdate -Drevision=release -find -name report.txt | xargs cat > build/updates.txt +find . -name report.txt | xargs cat > build/updates.txt echo "Updates...." cat build/updates.txt | fgrep ' ->' | sort | uniq