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