Releases: braintree/braintree-android-drop-in
Releases · braintree/braintree-android-drop-in
5.1.0
- Update Google Pay icon to meet updated brand guidelines
- Bump
three-d-secure
version to 3.15.0
5.0.2
- Fix issue where payment methods disabled on
DropInRequest
were displayed if previously vaulted (fixes #205)
- Bump braintree_android version to 3.15.0 (fixes #208)
5.0.1
- Bump braintree_android version to 3.14.2 (fixes #197)
- Upgrade Android Gradle Plugin to version 4.1.0
5.0.0
- Add
vaultVenmo
option to DropInRequest
- Bump braintree_android version to 3.14.1
- Bump
compileSdkVersion
and targetSdkVersion
to API level 30
- Breaking Changes
- Bump card-form version to 5.0.0 (removes support for CardIO, a no longer maintained framework)
4.6.0
- Bump braintree_android version to 3.11.1
- Bump card-form version to 4.3.0 (Updates Card icons)
- Update payment method icons (fixes issue where Google Pay icon did not meet new brand guidelines)
- Update
bt_add_card
string resource for french locales.
- Add 3DS support for non-network tokenized Google Pay cards
4.5.0
- Bump braintree_android version to 3.7.2
4.4.1
- Fix bug in AddCardActivity#onError that prevented passing error cases up to the appropriate listeners.
4.4.0
- Bump braintree_android version to 3.6.0
4.3.1
- Deprecate
amount
property on DropInRequest
4.3.0
- Bump
braintree-android
to 3.4.1
- Add Support for 3DS 2.0
- Fix a bug with DropInActivity#onActivityResult (Thanks @xX7!)