@xbenjii/react-native-braintree-dropin-ui 2.3.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 +6 -1
- package/package.json +1 -1
package/android/build.gradle
CHANGED
@@ -89,6 +89,11 @@ android {
|
|
89
89
|
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
|
90
90
|
}
|
91
91
|
|
92
|
+
compileOptions {
|
93
|
+
sourceCompatibility JavaVersion.VERSION_1_8
|
94
|
+
targetCompatibility JavaVersion.VERSION_1_8
|
95
|
+
}
|
96
|
+
|
92
97
|
buildFeatures {
|
93
98
|
buildConfig true
|
94
99
|
}
|
@@ -102,5 +107,5 @@ repositories {
|
|
102
107
|
dependencies {
|
103
108
|
implementation 'com.braintreepayments.api:drop-in:6.16.0'
|
104
109
|
implementation "com.facebook.react:react-android:+"
|
105
|
-
implementation 'org.
|
110
|
+
implementation 'org.codehaus.groovy:groovy-json:3.0.22'
|
106
111
|
}
|
package/package.json
CHANGED