Skip to content

Commit 31ed584

Browse files
committed
- Upgrade versions for Authentication SDK and Tickets SDK.
- Removed SEND_SMS permission.
1 parent 2ddd04c commit 31ed584

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ dependencies {
5959
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
6060
//Tickets SDK
6161
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'
6363
//Accounts SDK
64-
implementation 'com.ticketmaster.accounts:authentication:3.3.0'
64+
implementation 'com.ticketmaster.accounts:authentication:3.3.1'
6565
// Retail SDK
6666
implementation "com.ticketmaster.retail:purchase:1.1.3"
6767
implementation "com.ticketmaster.retail:prepurchase:1.0.8"

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
xmlns:tools="http://schemas.android.com/tools"
44
package="com.ticketmaster.sampleintegration.demo">
55

6-
<uses-permission android:name="android.permission.SEND_SMS"/>
7-
86
<application
97
android:allowBackup="true"
108
android:icon="@mipmap/ic_launcher"
@@ -49,7 +47,7 @@
4947
<category android:name="android.intent.category.DEFAULT" />
5048
<category android:name="android.intent.category.BROWSABLE" />
5149
<!-- 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" />
5351
</intent-filter>
5452
</activity>
5553
</application>

0 commit comments

Comments
 (0)