From 4503b2f6b2266ec39268f5e5c8e1a0f3fcf7ac3c Mon Sep 17 00:00:00 2001 From: "Chris J. Karr" Date: Wed, 3 May 2017 09:32:46 -0500 Subject: [PATCH] Updated build dependencies --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 169f463..6475517 100755 --- a/build.gradle +++ b/build.gradle @@ -48,11 +48,11 @@ android { compile 'com.android.support:appcompat-v7:25.3.1' compile 'com.android.support:recyclerview-v7:25.3.1' compile 'com.android.support:cardview-v7:25.3.1' - compile 'com.google.android.gms:play-services-location:10.2.1' - compile 'com.google.android.gms:play-services-maps:10.2.1' - compile 'com.google.android.gms:play-services-nearby:10.2.1' - compile 'com.google.android.gms:play-services-places:10.2.1' - compile 'com.google.android.gms:play-services-awareness:10.2.1' + compile 'com.google.android.gms:play-services-location:10.2.4' + compile 'com.google.android.gms:play-services-maps:10.2.4' + compile 'com.google.android.gms:play-services-nearby:10.2.4' + compile 'com.google.android.gms:play-services-places:10.2.4' + compile 'com.google.android.gms:play-services-awareness:10.2.4' compile 'com.google.maps.android:android-maps-utils:0.4' compile 'com.squareup.okhttp3:okhttp:3.2.0' compile 'commons-io:commons-io:2.4'