Skip to content

Commit

Permalink
Release 16.11.1 (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski authored Jun 14, 2023
1 parent 643dfc1 commit b192d3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## Version 16.11.1, June 14, 2023
Patch release that fixes app deep links that use the `uairship://` prefix. Any `uairship://` deep links that are not handled by Airship directly will now be delivered to the `DeepLinkListener`.

### Changes
- Allow the `DeepLinkListener` to process unhandled `uairship://` deep links

## Version 16.11.0, June 12, 2023
Minor release that adds new config option `autoPauseInAppAutomationOnLaunch` to always pause IAA during app launch.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
// Airship Version - major.minor.patch
airshipVersion = '16.11.0'
airshipVersion = '16.11.1'

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

0 comments on commit b192d3d

Please sign in to comment.