diff --git a/sift/build.gradle b/sift/build.gradle index 7d82091..491f40f 100644 --- a/sift/build.gradle +++ b/sift/build.gradle @@ -55,7 +55,7 @@ android { dependencies { implementation 'com.google.code.gson:gson:2.9.1' - implementation 'com.google.android.gms:play-services-location:17.1.0' + implementation 'com.google.android.gms:play-services-location:21.0.1' testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:2.19.0'