Skip to content

Commit

Permalink
Use browser switch snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahkoop committed Dec 20, 2023
1 parent 554051c commit abbee6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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.7.1",

"browserSwitch" : "com.braintreepayments.api:browser-switch:2.6.1",
"browserSwitch" : "com.braintreepayments.api:browser-switch:3.0.0-beta1-SNAPSHOT",
"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 Expand Up @@ -77,6 +77,9 @@ allprojects {
repositories {
mavenCentral()
google()
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
}
}

Expand Down

0 comments on commit abbee6c

Please sign in to comment.