Skip to content

Commit

Permalink
[MOBILE-1762] Release 13.3.1 (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski authored Jul 20, 2020
1 parent 1458dbf commit d4e3437
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@

[Migration Guides](https://github.com/urbanairship/android-library/tree/master/documentation/migration)

## Version 13.3.1 - July 18, 2020
Patch release to fix ADM registration exceptions that occur on first run and text alignment issues with In-App Automation. Any apps that are configured to run ADM and are running 13.0.0 - 13.3.0 should update.

### Changes
- Fixed In-App Automation text alignment.
- Fixed ADM registration crash.

## Version 13.3.0 - July 16, 2020
Minor release that allows overriding the locale used by Airship.

## Changes
### Changes
- Added locale override.
- Fixed IllegalStateException in NotificationProxyActivity.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {

ext {
// Airship Version - major.minor.patch
airshipVersion = '13.3.0'
airshipVersion = '13.3.1'

// Airship Version Qualifier beta, release, etc...
// airshipVersionQualifier = "beta"
Expand Down

0 comments on commit d4e3437

Please sign in to comment.