Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updating build dependencies in .travis.yml
  • Loading branch information
audaciouscode committed May 7, 2017
1 parent 6cc4ad8 commit 841118c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -3,9 +3,9 @@ language: android
jdk: oraclejdk8

before_install:
- wget http://services.gradle.org/distributions/gradle-2.14.1-bin.zip
- unzip gradle-2.14.1-bin.zip
- export GRADLE_HOME=$PWD/gradle-2.14.1
- wget http://services.gradle.org/distributions/gradle-3.3-bin.zip
- unzip gradle-3.3-bin.zip
- export GRADLE_HOME=$PWD/gradle-3.3
- export PATH=$GRADLE_HOME/bin:$PATH
- ( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk -a --no-ui --filter tool,platform-tool,build-tools-25.0.2

Expand Down

0 comments on commit 841118c

Please sign in to comment.