Skip to content

Commit

Permalink
Remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ronocod committed Aug 29, 2017
1 parent 1e4a5de commit 32901e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dependencies:
override:
- npm install -g cordova
# Need to always update these 2 to accept licenses
- echo y | android update sdk --no-ui --all --filter android-25; fi
- echo y | android update sdk --no-ui --all --filter android-26; fi
- echo y | android update sdk --no-ui --all --filter android-25
- echo y | android update sdk --no-ui --all --filter android-26
- if [ ! -e $ANDROID_HOME/build-tools/26.0.1 ]; then echo y | android update sdk --no-ui --all --filter build-tools-26.0.1; fi
- if [ ! -e $ANDROID_HOME/extras/google/m2repository/com/google/firebase/firebase-messaging/11.0.4 ]; then echo y | android update sdk --no-ui --all --filter extra-google-m2repository; fi

Expand Down

0 comments on commit 32901e6

Please sign in to comment.