@xbenjii/react-native-braintree-dropin-ui 2.2.0 → 2.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,7 @@
1
1
  import java.nio.file.Paths
2
2
  import com.android.Version
3
+ import groovy.json.JsonSlurper
4
+
3
5
 
4
6
  buildscript {
5
7
  repositories {
@@ -100,4 +102,5 @@ repositories {
100
102
  dependencies {
101
103
  implementation 'com.braintreepayments.api:drop-in:6.16.0'
102
104
  implementation "com.facebook.react:react-android:+"
105
+ implementation 'org.apache.groovy:groovy-json:4.0.22'
103
106
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xbenjii/react-native-braintree-dropin-ui",
3
- "version": "2.2.0",
3
+ "version": "2.3.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": {},