@xbenjii/react-native-braintree-dropin-ui 2.6.0 → 2.7.0
Sign up to get free protection for your applications and to get access to all the features.
- package/android/build.gradle +1 -0
- package/package.json +1 -1
package/android/build.gradle
CHANGED
@@ -106,6 +106,7 @@ repositories {
|
|
106
106
|
|
107
107
|
dependencies {
|
108
108
|
implementation 'com.braintreepayments.api:drop-in:6.16.0'
|
109
|
+
implementation 'com.braintreepayments.api:google-pay:4.39.0'
|
109
110
|
implementation "com.facebook.react:react-android:+"
|
110
111
|
implementation 'org.codehaus.groovy:groovy-json:3.0.22'
|
111
112
|
}
|
package/package.json
CHANGED