From f742ea5796ae305fc1a4ab12e68cc75cf6f626e4 Mon Sep 17 00:00:00 2001 From: Ishaq Hassan Date: Sun, 10 Dec 2017 00:21:54 +0500 Subject: [PATCH] Update build.gradle --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f1d2f5c..8a0ad44 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,9 +25,9 @@ dependencies { exclude group: 'com.android.support', module: 'support-annotations' }) compile 'com.android.support:appcompat-v7:24.2.1' - compile 'com.google.android.gms:play-services:9.6.1' + compile 'com.google.android.gms:play-services:11.6.2' testCompile 'junit:junit:4.12' compile project(':drawroutemap') } -apply plugin: 'com.google.gms.google-services' \ No newline at end of file +apply plugin: 'com.google.gms.google-services'