Skip to content

Commit

Permalink
Update circle.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
donglua authored Dec 13, 2016
1 parent f63afd1 commit 3967583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ function getAndroidSDK(){

if [ ! -e $DEPS ]; then
cp -r /usr/local/android-sdk-linux $ANDROID_HOME &&
echo y | android update sdk -u -a -t android-24 &&
echo y | android update sdk -u -a -t android-25 &&
echo y | android update sdk -u -a -t platform-tools &&
echo y | android update sdk -u -a -t build-tools-24.0.2 &&
echo y | android update sdk -u -a -t build-tools-25.0.1 &&
touch $DEPS
fi
}

0 comments on commit 3967583

Please sign in to comment.