Skip to content

Commit

Permalink
Bump BT version to 4.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tdchow committed Apr 16, 2024
1 parent b19d746 commit 94e8e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

## unreleased

* Bump braintree_android module dependency versions to `4.45.0`
* Fixes Google Play Store Rejection
* See [developer documentation](link) for required updates for user location data compliance
* Add `PayPalDataCollectorRequest` to pass in `hasUserLocationConsent`
* Add `hasUserLocationConsent` property to `DropInRequest`
* Deprecate existing constructor that does not pass in `hasUserLocationConsent`

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.41.0"
ext.brainTreeVersion = "4.45.0"

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

0 comments on commit 94e8e4b

Please sign in to comment.