Skip to content

Commit

Permalink
Release 13.3.0 (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski authored Jul 16, 2020
1 parent c522cd7 commit eecc18c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

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

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

## Version 13.2.2 - July 10, 2020
Patch release to make MessageWebViewClient methods `addAuthRequestCredentials` and
`removeAuthRequestCredentials` public instead of package-private.
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.2.2'
airshipVersion = '13.3.0'

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

0 comments on commit eecc18c

Please sign in to comment.