Skip to content

Commit

Permalink
Updating build tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
audaciouscode committed May 23, 2017
1 parent 2f525c7 commit 618e158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ before_install:
- 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
- ( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk -a --no-ui --filter tool,platform-tool,build-tools-25.0.3


android:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -31,7 +31,7 @@ android {
}

compileSdkVersion 25
buildToolsVersion '25.0.2'
buildToolsVersion '25.0.3'

dependencies {
compile 'com.android.support:appcompat-v7:25.3.1'
Expand Down

0 comments on commit 618e158

Please sign in to comment.