From da52280db02fd8722cd82f454aea0412733ba3ea Mon Sep 17 00:00:00 2001 From: "Chris J. Karr" Date: Tue, 16 May 2017 16:12:11 -0500 Subject: [PATCH] Updating build dependencies --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 37cb887..73ae2ec 100755 --- a/build.gradle +++ b/build.gradle @@ -45,8 +45,8 @@ 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.1' - compile 'com.google.android.gms:play-services-auth:10.2.1' + compile 'com.google.android.gms:play-services-fitness:10.2.4' + compile 'com.google.android.gms:play-services-auth:10.2.4' } compileSdkVersion 25