Skip to content

Commit 797228b

Browse files
authored
Merge pull request #19 from ened/gms-dependency
Depend on GMS base instead of location
2 parents 4515920 + f02975d commit 797228b

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)