1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2025-11-08 12:39:17 +00:00

updated deps

This commit is contained in:
Nishant Srivastava
2021-04-10 22:59:28 +02:00
parent 3f4b235bc2
commit 2e5da9a7d7
88 changed files with 236 additions and 236 deletions

View File

@@ -33,7 +33,7 @@ do
# Run command inside the sub-directory i.e Gradle project
./gradlew clean | egrep 'FAILED|WARNING'
./gradlew wrapper --gradle-version $version --distribution-type all | grep "FAILED"
./gradlew wrapper --gradle-version $version --distribution-type bin | grep "FAILED"
# Print the name of the sub directory when done
echo "$DIR" | awk -F'/' '{print $2}' | xargs -I{} echo " ↪️ {} ✔️"