@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.
- package/android/build.gradle +3 -0
- package/package.json +1 -1
package/android/build.gradle
CHANGED
@@ -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