Skip to content

Commit 34ac5eb

Browse files
committed
Added play-services-location
1 parent eb17a41 commit 34ac5eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ dependencies {
7777
// added by xavi
7878
implementation "androidx.appcompat:appcompat:${safeExtGet('androidxVersion', '1.0.2')}"
7979
implementation 'com.google.code.gson:gson:2.8.5'
80+
implementation "com.google.android.gms:play-services-location:${safeExtGet('playServiceVersion', '16.0.0')}"
8081
}
8182

8283
def configureReactNativePom(def pom) {

0 commit comments

Comments
 (0)