Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated build dependencies.
  • Loading branch information
audaciouscode committed Apr 5, 2017
1 parent 02dad48 commit 843d040
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Expand Up @@ -37,16 +37,16 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:25.2.0'
compile 'com.android.support:appcompat-v7:25.3.1'
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.2.0'
compile 'com.google.android.gms:play-services-fitness:10.2.0'
compile 'com.google.android.gms:play-services-auth:10.2.0'
compile 'com.android.support:customtabs:25.3.1'
compile 'com.google.android.gms:play-services-fitness:10.2.1'
compile 'com.google.android.gms:play-services-auth:10.2.1'
}

compileSdkVersion 25
Expand Down

0 comments on commit 843d040

Please sign in to comment.