@xbenjii/react-native-braintree-dropin-ui 2.6.0 → 2.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xbenjii/react-native-braintree-dropin-ui",
3
- "version": "2.6.0",
3
+ "version": "2.7.0",
4
4
  "description": "> React Native integration of Braintree Drop-in IOS V4 ANDROID V2 (Apple Pay &Android Pay Enabled)",
5
5
  "main": "index.js",
6
6
  "dependencies": {},