@xbenjii/react-native-braintree-dropin-ui 2.3.0 → 2.4.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
  }
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.4.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": {},