@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.
@@ -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.apache.groovy:groovy-json:4.0.22'
110
+ implementation 'org.codehaus.groovy:groovy-json:3.0.22'
106
111
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xbenjii/react-native-braintree-dropin-ui",
3
- "version": "2.3.0",
3
+ "version": "2.5.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": {},