Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquehorbovyi authored Apr 21, 2020
1 parent 472796c commit 630b451
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ set -eu

chmod +x ./gradlew

if [ -n "$1" ]; then
mkdir -p $ANDROID_HOME/licenses
echo -e $1 >> $ANDROID_HOME/licenses/android-sdk-license
echo $"\nLicences accepted!"
fi
# if [ -n "$1" ]; then
# mkdir -p $ANDROID_HOME/licenses
# echo -e $1 >> $ANDROID_HOME/licenses/android-sdk-license
# echo $"\nLicences accepted!"
# fi

# echo $"\n--> Running './gradlew $2'\n"
# sh -c "./gradlew $2"

0 comments on commit 630b451

Please sign in to comment.