Skip to content

Commit 7593ab7

Browse files
authored
Release 18.1.0 (#1458)
1 parent 1a72b6a commit 7593ab7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
## Version 18.1.0, June 20, 2024
6+
Minor SDK release that fixes a potential crash related to analytics during app init and adds public
7+
builders for modifying `InAppMessage` and `AutomationSchedule` objects via extenders set on`LegacyInAppMessaging`.
8+
9+
### Changes
10+
- Fixed a potential crash related to analytics during app init
11+
- Added builders for modifying `InAppMessage` and `AutomationSchedule` objects via extenders set on `LegacyInAppMessaging`
12+
513
## Version 18.0.0, June 14, 2024
614
Major SDK release with several breaking changes.
715
See the [Migration Guides](https://github.com/urbanairship/android-library/tree/main/documentation/migration/migration-guide-17-18.md) for more info.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
ext {
33
// Airship Version - major.minor.patch
4-
airshipVersion = '18.0.0'
4+
airshipVersion = '18.1.0'
55

66
// Airship Version Qualifier beta, release, etc...
77
// airshipVersionQualifier = "alpha"

0 commit comments

Comments
 (0)