Skip to content

Commit c80ccf0

Browse files
authored
Release 17.4.1 (#1348)
1 parent 9fb5587 commit c80ccf0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

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

5+
## Version 17.4.1 November 6, 2023
6+
Patch release that improves modal rendering in Scenes and Surveys.
7+
8+
### Changes
9+
- Improved modal size and position handling in Scenes and Surveys.
10+
511
## Version 17.4.0 October 18, 2023
612
Minor release that adds async live update notification handlers.
713

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.3.0"
21+
def airshipVersion = "17.4.1"
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.4.0'
4+
airshipVersion = '17.4.1'
55

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

0 commit comments

Comments
 (0)