We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb17a41 commit 34ac5ebCopy full SHA for 34ac5eb
android/build.gradle
@@ -77,6 +77,7 @@ dependencies {
77
// added by xavi
78
implementation "androidx.appcompat:appcompat:${safeExtGet('androidxVersion', '1.0.2')}"
79
implementation 'com.google.code.gson:gson:2.8.5'
80
+ implementation "com.google.android.gms:play-services-location:${safeExtGet('playServiceVersion', '16.0.0')}"
81
}
82
83
def configureReactNativePom(def pom) {
0 commit comments