From 59278507e07c4418306d8cd8bdd42cf8b4d03ff2 Mon Sep 17 00:00:00 2001 From: "Chris J. Karr" Date: Sat, 10 Jun 2017 21:02:22 -0500 Subject: [PATCH] Updating Play Services dependencies --- build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 53faebb..d5e43c0 100755 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:2.3.2' + classpath 'com.android.tools.build:gradle:2.3.3' } } @@ -55,11 +55,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.6' - compile 'com.google.android.gms:play-services-maps:10.2.6' - compile 'com.google.android.gms:play-services-nearby:10.2.6' - compile 'com.google.android.gms:play-services-places:10.2.6' - compile 'com.google.android.gms:play-services-awareness:10.2.6' + compile 'com.google.android.gms:play-services-location:11.0.0' + compile 'com.google.android.gms:play-services-maps:11.0.0' + compile 'com.google.android.gms:play-services-nearby:11.0.0' + compile 'com.google.android.gms:play-services-places:11.0.0' + compile 'com.google.android.gms:play-services-awareness:11.0.0' 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'