---
title: "Android Change Log"
slug: "android-authentication-change-log"
updated: 2025-03-04T17:57:09Z
published: 2025-03-04T17:57:09Z
canonical: "ignite.ticketmaster.com/android-authentication-change-log"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://ignite.ticketmaster.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Android Change Log

## Release 3.10.2 (03/04/2025)

A supplemental release for 3.10.1, which adds 1 more fix for a prominent crash to the existing improvements to the authentication flow mentioned in 3.10.1.

- Fixed crash related to refreshing an auth token when it expires, which was uncovered as part of handling some of the bugs fixed in 3.10.1.

Gradle Download:

```
implementation 'com.ticketmaster.accounts:authentication:3.10.2'
```

## Release 3.10.1 (03/03/2025)

- Fix issue where users were seeing a white screen after logging in and were unable to do anything about it
- Fix issue where blank screen was shown if user doesn't have Google Chrome
- Use protobuf-javalite instead of protobuf-java  

Gradle Download:

```
implementation 'com.ticketmaster.accounts:authentication:3.10.1'
```

## Release 3.10.0 (12/15/2024)

- Add support for login to a single backend
- Fix microflex empty token

Gradle Download:

```
implementation 'com.ticketmaster.accounts:authentication:3.10.0'
```

## Release 3.9.0 (11/01/2024)

Gradle Download:

```
implementation 'com.ticketmaster.accounts:authentication:3.9.0'
```

- Various bugfixes and code improvements

## Release 3.8.1 (09/26/2024)

Gradle Download:

```
implementation 'com.ticketmaster.accounts:authentication:3.8.1'
```

- Various bugfixes and code improvements

## Release 3.8.0 (09/13/2024)

Gradle Download:

```
implementation 'com.ticketmaster.accounts:authentication:3.8.0'
```

## Release 3.7.0 (08/02/2024)

Gradle Download:

```
implementation 'com.ticketmaster.accounts:authentication:3.7.0'
```

- Safetix 2.0 support

## Release 3.6.0 (07/06/2024)

Gradle Download:

```
implementation 'com.ticketmaster.accounts:authentication:3.6.0'
```

- Single Sign On

## Release 3.5.2 (04/25/2024)

Gradle Download:

```
implementation 'com.ticketmaster.accounts:authentication:3.5.2'
```

- Fix for App hanging issue during sign-in.

## Release 3.5.1 (04/15/2024)

Gradle Download:

```
implementation 'com.ticketmaster.accounts:authentication:3.5.1'
```

- Added support for exposing IDToken as part of successful login
- Fixed MFA flow during ticket transfer.

## Release 3.5.0 (03/29/2024)

Gradle Download:

```
implementation 'com.ticketmaster.accounts:authentication:3.5.0'
```

- Support for MLB OpenID integration.
- Proper handling of token refresh failure.

## Release 3.4.2 (03/12/2024)

Gradle Download:

```
implementation 'com.ticketmaster.accounts:authentication:3.4.2'
```

- Fixed issue related to French Language support for Canada

## Release 3.4.1 (03/07/2024)

Gradle Download:

```
implementation 'com.ticketmaster.accounts:authentication:3.4.1'
```

- Fixed event cache while switching between multiple accounts.

## Release 3.4.0 (02/14/2024)

Gradle Download:

```
implementation 'com.ticketmaster.accounts:authentication:3.4.0'
```

- New Terms & Conditions for Microflex markets

## Release 3.3.2 (01/17/2024)

Gradle Download:

```
implementation 'com.ticketmaster.accounts:authentication:3.3.2'
```

- Fixed issue with modernAccountsAutoQuickLogin parameter not working

## Release 3.3.1 (01/16/2024)

Gradle Download:

```
implementation 'com.ticketmaster.accounts:authentication:3.3.1'
```

- Added support to fallback to webview if Chrome custom tab is not available during login flow.
- Its advised to NOT use 3.3.1 and directly use 3.3.2

## Release 3.3.0 (11/17/2023)

Gradle Download:

```
implementation 'com.ticketmaster.accounts:authentication:3.3.0'
```

- Minor bug fixes.

## Release 3.2.2 (12/10/2023)

Gradle Download:

```
implementation 'com.ticketmaster.accounts:authentication:3.2.2'
```

- Fixed Auto quick login issue for the TMAuthentication configuration.

## Release 3.2.1 (10/10/2023)

Gradle Download:

```
implementation 'com.ticketmaster.accounts:authentication:3.2.1'
```

- Minor improvements and bug fixes

## Release 3.2.0 (09/20/2023)

Gradle Download:

```
implementation 'com.ticketmaster.accounts:authentication:3.2.0'
```

- Added Authentication and Tickets SDK version to the Login Landing page.
- Switched to using Chrome custom tabs for the Login webpage.

## Release 3.1.4 (08/25/2023)

Gradle Download:

```
implementation 'com.ticketmaster.accounts:authentication:3.1.4'
```

- Fixed switching between related Archtics accounts

## Release 3.1.2 (08/17/2023)

Gradle Download:

```
implementation 'com.ticketmaster.accounts:authentication:3.1.2'
```

- Fixed text color issue on Sign In screen.

## Release 3.1.1 (08/07/2023)

Gradle Download:

```
implementation 'com.ticketmaster.accounts:authentication:3.1.1'
```

- Fixed a network detection issue for MFA

## Release 3.1.0 (08/02/2023)

Gradle Download:

```
implementation 'com.ticketmaster.accounts:authentication:3.1.0'
```

- Support for Microflex markets

## Release 3.0.2 (07/11/2023)

Gradle Download:

```
implementation 'com.ticketmaster.accounts:authentication:3.0.2'
```

- Presence split into Tickets and Authentication frameworks
- Migration Guide available: Android Presence SDK Migration
