Skip to content

Commit f79eb18

Browse files
authored
Release 19.2.0 (#1654)
1 parent 79b0329 commit f79eb18

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
## Version 19.2.0 February 20, 2025
6+
Minor release that includes improvements for Scenes and Feature Flags.
7+
8+
### Changes
9+
- Added a fade transition for Scenes
10+
- Added support for email registration in Scenes
11+
- Fixed issues with autoplay videos in Scenes
12+
- Improved image download and scaling logic
13+
- Fixed an issue with image pre-caching when unable to successfully download an image
14+
- Expose rule refresh status for Feature Flags
15+
516
## Version 19.1.0 February 4, 2025
617
Minor release that fixes an issue with embedded view sizing in scrolling views, improves Message Center accessibility, and replaces usages of `Random` with `SecureRandom`.
718
Apps that make use of Embedded Content or Message Center should update.

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

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

0 commit comments

Comments
 (0)