Skip to content

Commit

Permalink
Updating build requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
audaciouscode committed Dec 18, 2016
1 parent 5e38a18 commit fe51ddc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 @@ -33,24 +33,24 @@ android {
versionName "1.0.1"
minSdkVersion 15
targetSdkVersion 25
compileSdkVersion 24
compileSdkVersion 25
}

dependencies {
compile 'com.android.support:appcompat-v7:25.0.1'
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.1'
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 fe51ddc

Please sign in to comment.