Skip to content

Commit f02975d

Browse files
author
Sebastian Roth
committed
Depend on GMS base instead of location
1 parent f1d8b9a commit f02975d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ android {
3434
}
3535

3636
dependencies {
37-
api 'com.google.android.gms:play-services-location:17.0.0'
37+
implementation 'com.google.android.gms:play-services-base:17.2.1'
3838
implementation 'androidx.annotation:annotation:1.1.0'
3939
}

0 commit comments

Comments
 (0)