Skip to content

Commit

Permalink
Release 18.1.0 (#1458)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaganeh authored Jun 21, 2024
1 parent 1a72b6a commit 7593ab7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## 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`.

### Changes
- Fixed a potential crash related to analytics during app init
- Added builders for modifying `InAppMessage` and `AutomationSchedule` objects via extenders set on `LegacyInAppMessaging`

## Version 18.0.0, June 14, 2024
Major SDK release with several breaking changes.
See the [Migration Guides](https://github.com/urbanairship/android-library/tree/main/documentation/migration/migration-guide-17-18.md) for more info.
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.0.0'
airshipVersion = '18.1.0'

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

0 comments on commit 7593ab7

Please sign in to comment.