File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ Migration Guides] ( https://github.com/urbanairship/android-library/tree/main/documentation/migration )
4
4
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
+
5
13
## Version 18.0.0, June 14, 2024
6
14
Major SDK release with several breaking changes.
7
15
See the [ Migration Guides] ( https://github.com/urbanairship/android-library/tree/main/documentation/migration/migration-guide-17-18.md ) for more info.
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
3
// Airship Version - major.minor.patch
4
- airshipVersion = ' 18.0 .0'
4
+ airshipVersion = ' 18.1 .0'
5
5
6
6
// Airship Version Qualifier beta, release, etc...
7
7
// airshipVersionQualifier = "alpha"
You can’t perform that action at this time.
0 commit comments