diff --git a/build.gradle b/build.gradle index 713328b..5cf8d6a 100755 --- a/build.gradle +++ b/build.gradle @@ -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.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.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.maps.android:android-maps-utils:0.4' compile 'com.squareup.okhttp3:okhttp:3.2.0' compile 'commons-io:commons-io:2.4'