Skip to content

Commit

Permalink
Updating build dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
audaciouscode committed May 23, 2017
1 parent 7b6630c commit 11b6f41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
- git clone https://github.com/cbitstech/anthracite-clients-android.git
- mv anthracite-clients-android ..

Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.android.tools.build:gradle:2.3.2'
}
}

Expand Down Expand Up @@ -45,12 +45,12 @@ android {
compile 'com.github.scribejava:scribejava-core:3.0.0'
compile 'commons-codec:commons-codec:1.10'
compile 'com.android.support:customtabs:25.3.1'
compile 'com.google.android.gms:play-services-fitness:10.2.4'
compile 'com.google.android.gms:play-services-auth:10.2.4'
compile 'com.google.android.gms:play-services-fitness:10.2.6'
compile 'com.google.android.gms:play-services-auth:10.2.6'
}

compileSdkVersion 25
buildToolsVersion '25.0.2'
buildToolsVersion '25.0.3'

useLibrary 'org.apache.http.legacy'

Expand Down

0 comments on commit 11b6f41

Please sign in to comment.