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'