Skip to content

Commit

Permalink
Use browser switch SNAPSHOT build.
Browse files Browse the repository at this point in the history
  • Loading branch information
sshropshire committed May 30, 2023
1 parent 8cbe87c commit 9f0b2d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ buildscript {
"kotlinCoroutinesCore" : "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2",

"browserSwitch" : "com.braintreepayments.api:browser-switch:2.3.3-SNAPSHOT",
"cardinal" : "org.jfrog.cardinalcommerce.gradle:cardinalmobilesdk:2.2.7-3", "samsungPay" : "com.samsung.android.spay:sdk:2.5.01",
"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}",

// NEXT_MAJOR_VERSION: upgrade to 2.7.1 (or latest) when Java 7 support is explicitly dropped
Expand Down Expand Up @@ -93,6 +94,9 @@ allprojects {
repositories {
mavenCentral()
google()
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
}
}

Expand Down

0 comments on commit 9f0b2d2

Please sign in to comment.