Skip to content

Commit 24b6981

Browse files
authored
Release 18.4.2 (#1580)
- Prevent App-level theme customizations from impacting Embedded Views - Avoid a potential NPE related to network failures, when no error body is present - Improved logging around Feature Flag evaluation
1 parent a93dcb3 commit 24b6981

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22

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

5+
## Version 18.4.2 November 26, 2024
6+
Patch release that fixes an issue with Embedded Views being impacted by certain App theme customizations, avoids a potential NPE related to network failures, and adds more useful logging around Feature Flag evaluation.
7+
8+
### Changes
9+
- Prevent App-level theme customizations from impacting Embedded Views
10+
- Avoid a potential NPE related to network failures, when no error body is present
11+
- Improved logging around Feature Flag evaluation
12+
513
## Version 18.4.1 November 15, 2024
614
Patch release that fixes an issue with pausing and resuming In-App Automations and avoids a potential crash in the Automation database.
715

816
### Changes
9-
* Fixed an issue with `AutomationEngine.setEnginePaused(...)` that could prevent message displays when paused an then un-paused
10-
* Fixed a potential crash in Automation DB if 1000+ rows are present in the schedules table
17+
- Fixed an issue with `AutomationEngine.setEnginePaused(...)` that could prevent message displays when paused an then un-paused
18+
- Fixed a potential crash in Automation DB if 1000+ rows are present in the schedules table
1119

1220
## Version 18.4.0 November 1, 2024
1321
Minor release with several enhancements to Scenes and In-App Automations.

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.4.1'
4+
airshipVersion = '18.4.2'
55

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

0 commit comments

Comments
 (0)