We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f21a5 commit 37f45cfCopy full SHA for 37f45cf
app/build.gradle
@@ -55,8 +55,8 @@ dependencies {
55
implementation 'androidx.compose.material:material:1.4.3'
56
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
57
//Tickets SDK
58
- implementation 'com.ticketmaster.tickets:secure-entry:1.2.7'
59
- implementation 'com.ticketmaster.tickets:tickets:3.1.1'
+ implementation 'com.ticketmaster.tickets:secure-entry:1.2.8'
+ implementation 'com.ticketmaster.tickets:tickets:3.1.2'
60
//Accounts SDK
61
- implementation 'com.ticketmaster.accounts:authentication:3.1.0'
+ implementation 'com.ticketmaster.accounts:authentication:3.1.1'
62
}
0 commit comments