From fe51ddc3a59465c30162837b0a5bd9d0517ba73c Mon Sep 17 00:00:00 2001 From: "Chris J. Karr" Date: Sun, 18 Dec 2016 12:21:23 -0600 Subject: [PATCH] Updating build requirements --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 4cf4fc2..722a0b0 100755 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:2.2.2' + classpath 'com.android.tools.build:gradle:2.2.3' } } @@ -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'