Skip to content

Commit 45839a8

Browse files
authored
Release 17.3.0 (#1334)
1 parent 5721ab2 commit 45839a8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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 17.3.0 September 28, 2023
6+
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.
7+
8+
### Changes
9+
- Improve refresh handling of remote-data for IAX and feature flags.
10+
- Added new method `trackInteraction(flag)` for Feature Flags.
11+
- Fixed a Live Update bug that prevented displaying Live Update notifications during the initial app launch.
12+
513
## Version 17.2.1 September 7, 2023
614
Patch release that hardens the Analytics database against potential SQL crashes.
715

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Airship SDK for Android.
1818

1919
```
2020
dependencies {
21-
def airshipVersion = "17.2.1"
21+
def airshipVersion = "17.3.0"
2222
2323
// FCM push provider
2424
implementation "com.urbanairship.android:urbanairship-fcm:$airshipVersion"

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

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

0 commit comments

Comments
 (0)