File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ dependencies {
59
59
implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
60
60
// Tickets SDK
61
61
implementation ' com.ticketmaster.tickets:secure-entry:1.2.8'
62
- implementation ' com.ticketmaster.tickets:tickets:3.3.0 '
62
+ implementation ' com.ticketmaster.tickets:tickets:3.3.1 '
63
63
// Accounts SDK
64
- implementation ' com.ticketmaster.accounts:authentication:3.3.0 '
64
+ implementation ' com.ticketmaster.accounts:authentication:3.3.1 '
65
65
// Retail SDK
66
66
implementation " com.ticketmaster.retail:purchase:1.1.3"
67
67
implementation " com.ticketmaster.retail:prepurchase:1.0.8"
Original file line number Diff line number Diff line change 3
3
xmlns : tools =" http://schemas.android.com/tools"
4
4
package =" com.ticketmaster.sampleintegration.demo" >
5
5
6
- <uses-permission android : name =" android.permission.SEND_SMS" />
7
-
8
6
<application
9
7
android : allowBackup =" true"
10
8
android : icon =" @mipmap/ic_launcher"
49
47
<category android : name =" android.intent.category.DEFAULT" />
50
48
<category android : name =" android.intent.category.BROWSABLE" />
51
49
<!-- YOUR SCHEME will be provided in your app settings, copy it to this location -->
52
- <data android : scheme =" psdkscheme[client scheme name] " />
50
+ <data android : scheme =" psdkschemefalcons " />
53
51
</intent-filter >
54
52
</activity >
55
53
</application >
You can’t perform that action at this time.
0 commit comments