Skip to content

Commit

Permalink
Browser Switch 2.5.0 (#760)
Browse files Browse the repository at this point in the history
* Bump browser switch version to 2.5.0

* Update CHANGELOG.
  • Loading branch information
sshropshire authored Jul 17, 2023
1 parent 0281600 commit 616b565
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.5.0`
* All Modules
* Revert Kotlin version to `1.7.10`

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.4.0",
"browserSwitch" : "com.braintreepayments.api:browser-switch:2.5.0",
"cardinal" : "org.jfrog.cardinalcommerce.gradle:cardinalmobilesdk:2.2.7-3",
"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 616b565

Please sign in to comment.