Skip to content

Commit ebc154e

Browse files
authored
Release 17.4.0 (#1337)
1 parent bbf4694 commit ebc154e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## Version 17.4.0 October 18, 2023
6+
Minor release that adds async live update notification handlers.
7+
8+
### Changes
9+
- Added SuspendLiveUpdateNotificationHandler and CallbackLiveUpdateNotificationHandler
10+
- Deprecated LiveUpdateNotificationHandler
11+
512
## Version 17.3.0 September 28, 2023
613
Minor release that improves refreshing the feeds for in-app experiences and feature flags, adds a new interaction event for feature flags, and fixes an issue that prevented displaying Live Updates during the initial app launch.
714

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 = '17.3.0'
4+
airshipVersion = '17.4.0'
55

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

0 commit comments

Comments
 (0)