Skip to content

Commit 78cbfd9

Browse files
authored
Release 19.3.0 (#1661)
1 parent dde493c commit 78cbfd9

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 19.3.0 March 6, 2025
6+
Minor release that fixes an issue with modal Scenes and adds support for hoisting `AirshipEmbeddedViewGroup` composable state.
7+
Apps that make use of Scenes should update to this version or greater.
8+
9+
### Changes
10+
- Fix a potential crash when displaying a modal Scene
11+
- Added support for hoisting `AirshipEmbeddedViewGroup` composable state
12+
513
## Version 19.2.0 February 20, 2025
614
Minor release that includes improvements for Scenes and Feature Flags.
715

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 = '19.2.0'
4+
airshipVersion = '19.3.0'
55

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

0 commit comments

Comments
 (0)