Skip to content

Commit

Permalink
Update braintree_android to 4.33.0 (#424)
Browse files Browse the repository at this point in the history
Co-authored-by: kchandwani <[email protected]>
  • Loading branch information
khushboo18 and kchandwani committed Jul 10, 2023
1 parent 47bc858 commit 1f28149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## unreleased

* Bump braintree_android module dependency versions to `4.31.0`
* Bump braintree_android module dependency versions to `4.33.0`

## 6.9.0

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.31.0"
ext.brainTreeVersion = "4.33.0"

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

0 comments on commit 1f28149

Please sign in to comment.