Releases: braintree/braintree_android
Releases · braintree/braintree_android
2.6.2
2.6.1
2.6.0
- Upgrade Kount DataCollector to 3.2
- Stop using dependency ranges (braintree/android-card-form#29)
- Relax
PRNGFixes
check forPRNGSecureRandomProvider
to prevent race condition with other providers (#151) - Stop sending
Content-Type
header for GET requests (#155) - Upgrade browser-switch to 0.1.4 to prevent losing Chrome Custom Tab when switching to a password manager or other app
- Add additional bin data to card based payment methods
- Add DOM and database storage to
ThreeDSecureWebView
to improve compatibility with some bank web pages (#159) - Update compile and target SDK versions to 26
- Any support library dependencies must now be 26.0.0 or newer
2.5.4
2.5.3
2.5.2
2.5.1
- Fix non-optional
data-collector
dependency in Braintree - Create
BraintreeRequestCodes
for use withBraintreeCancelListener#onCancel
- Move PayPal browser switches to use browser-switch-android
2.5.0
- Add option to set display name in
PayPalRequest
- Add option to set landing page type in
PayPalRequest
- Add option to enable PayPal Credit in
PayPalRequest
- Add Visa Checkout as a payment method
- Prevent dependency resolution of alpha major versions of support libraries