Skip to content

Commit

Permalink
Updating build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
audaciouscode committed Jan 6, 2017
1 parent cda5578 commit 740aa11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -7,7 +7,7 @@ before_install:
- unzip gradle-2.14.1-bin.zip
- export GRADLE_HOME=$PWD/gradle-2.14.1
- 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.0
- ( 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
- git clone https://github.com/cbitstech/anthracite-clients-android.git
- mv anthracite-clients-android ..

Expand All @@ -20,7 +20,7 @@ android:
- tools

# The BuildTools version used by your project
# - build-tools-24
# - build-tools-25

# The SDK version used to compile your project
- android-25
Expand Down
12 changes: 6 additions & 6 deletions build.gradle
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.android.tools.build:gradle:2.2.3'
}
}

Expand Down Expand Up @@ -37,20 +37,20 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:25.0.0'
compile 'com.android.support:appcompat-v7:25.1.0'
compile fileTree(dir: 'libs', include: '*.jar')
compile project(':anthracite-clients-android')
compile 'com.facebook.android:facebook-android-sdk:3.23.1'
compile 'com.github.scribejava:scribejava-apis:3.0.0'
compile 'com.github.scribejava:scribejava-core:3.0.0'
compile 'commons-codec:commons-codec:1.10'
compile 'com.android.support:customtabs:25.0.0'
compile 'com.google.android.gms:play-services-fitness:9.8.0'
compile 'com.google.android.gms:play-services-auth:9.8.0'
compile 'com.android.support:customtabs:25.1.0'
compile 'com.google.android.gms:play-services-fitness:10.0.1'
compile 'com.google.android.gms:play-services-auth:10.0.1'
}

compileSdkVersion 25
buildToolsVersion '25.0.0'
buildToolsVersion '25.0.2'

useLibrary 'org.apache.http.legacy'

Expand Down

0 comments on commit 740aa11

Please sign in to comment.