Skip to content

Commit

Permalink
Update Braintree SDK to 4.37.0 (#432)
Browse files Browse the repository at this point in the history
* Bump braintree_android module dependency versions to 4.37.0.

* Update CHANGELOG.
  • Loading branch information
sshropshire committed Aug 23, 2023
1 parent fc7c3c8 commit f756ce6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Braintree Android Drop-In Release Notes

## unreleased

* Bump braintree_android module dependency versions to `4.37.0`

## 6.11.1

* Reset bundle arguments for AddCardFragment after prefill card text is applied to Card Form (fixes #429)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
}

ext.brainTreeVersion = "4.33.0"
ext.brainTreeVersion = "4.37.0"

ext.deps = [
"braintreeCore" : "com.braintreepayments.api:braintree-core:$brainTreeVersion",
Expand Down

0 comments on commit f756ce6

Please sign in to comment.