Skip to content

Commit

Permalink
Bump Browser Switch (#852)
Browse files Browse the repository at this point in the history
* bump browser switch

* Add CHANGELOG
  • Loading branch information
sarahkoop authored Dec 12, 2023
1 parent 3e30714 commit b15ee10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## unreleased

* BraintreeCore
* Bump `browser-switch` version to `2.6.1` (fixes #799)
* PayPal
* Fix issue where inaccurate error message was being returned on authorization or configuration error (fixes #821)
* Venmo
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ buildscript {
// kotlin libraries. Make sure to keep this dependency in line with the kotlin version used.
"kotlinCoroutinesCore" : "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2",

"browserSwitch" : "com.braintreepayments.api:browser-switch:2.6.0",
"browserSwitch" : "com.braintreepayments.api:browser-switch:2.6.1",
"cardinal" : "org.jfrog.cardinalcommerce.gradle:cardinalmobilesdk:2.2.7-5",
"samsungPay" : "com.samsung.android.spay:sdk:2.5.01",
"playServicesWallet" : "com.google.android.gms:play-services-wallet:${versions.playServices}",
Expand Down

0 comments on commit b15ee10

Please sign in to comment.