Skip to content

Commit

Permalink
Bump braintree_android module dependency versions to 4.38.0. (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
sshropshire committed Sep 8, 2023
1 parent 710a8f3 commit 2014024
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.38.0`

## 6.12.0

* Add `PaymentMethodClient` with API `getPaymentMethodNonces` and `deletePaymentMethod`
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.37.0"
ext.brainTreeVersion = "4.38.0"

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

0 comments on commit 2014024

Please sign in to comment.