Skip to content

Commit

Permalink
Release 18.1.1 (#1466)
Browse files Browse the repository at this point in the history
* Release 18.1.1

* Update CHANGELOG.md
  • Loading branch information
rlepinski authored Jun 28, 2024
1 parent 7575833 commit 9c43737
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## Version 18.1.1, June 28, 2024
Patch release that includes fixes for Preference Center, Privacy Manager, and Embedded Content.

### Changes
- Fixed a Preference Center issue that caused contact subscription toggles to show the incorrect state after being toggled
- Fixed test dependency being included in the automation module
- Fixed Embedded Content impression event interval
- Fixed privacy manager crash when enabling, disabling, or setting an empty set of features
- Contact channel listing is now refreshed on foreground and from a background push

## Version 18.1.0, June 20, 2024
Minor SDK release that fixes a potential crash related to analytics during app init and adds public
builders for modifying `InAppMessage` and `AutomationSchedule` objects via extenders set on`LegacyInAppMessaging`.
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 = '18.1.0'
airshipVersion = '18.1.1'

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

0 comments on commit 9c43737

Please sign in to comment.