Skip to content

Commit

Permalink
Release 17.4.1 (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaganeh authored Nov 6, 2023
1 parent 9fb5587 commit c80ccf0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## Version 17.4.1 November 6, 2023
Patch release that improves modal rendering in Scenes and Surveys.

### Changes
- Improved modal size and position handling in Scenes and Surveys.

## Version 17.4.0 October 18, 2023
Minor release that adds async live update notification handlers.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Airship SDK for Android.

```
dependencies {
def airshipVersion = "17.3.0"
def airshipVersion = "17.4.1"

// FCM push provider
implementation "com.urbanairship.android:urbanairship-fcm:$airshipVersion"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
// Airship Version - major.minor.patch
airshipVersion = '17.4.0'
airshipVersion = '17.4.1'

// Airship Version Qualifier beta, release, etc...
// airshipVersionQualifier = "beta"
Expand Down

0 comments on commit c80ccf0

Please sign in to comment.