From dd716f1eb3535ab7326c0146e7b1a00658e30b6d Mon Sep 17 00:00:00 2001 From: Chetan Sachdeva Date: Thu, 26 Jul 2018 18:42:40 +0530 Subject: [PATCH] bump play-services-location version 11.0.0->15.0.1 --- LocationUpdatesForegroundService/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LocationUpdatesForegroundService/app/build.gradle b/LocationUpdatesForegroundService/app/build.gradle index 4caa0df9..e9cd0c08 100644 --- a/LocationUpdatesForegroundService/app/build.gradle +++ b/LocationUpdatesForegroundService/app/build.gradle @@ -27,6 +27,6 @@ dependencies { compile 'com.android.support:appcompat-v7:26.1.0' testCompile 'junit:junit:4.12' - compile 'com.google.android.gms:play-services-location:11.0.0' + compile 'com.google.android.gms:play-services-location:15.0.1' compile 'com.android.support:design:26.1.0' }