Skip to content

Commit

Permalink
Release 17.0.2 (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaganeh authored Jun 28, 2023
1 parent d422077 commit dad4dc6
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.0.2, June 28, 2023
Patch release that improves Scene and Survey rendering for layouts that ignore safe areas.

### Changes
- Improved rendering of Scenes and Surveys when ignoring safe areas

## Version 17.0.1, June 22, 2023
Patch release that improves image loading for Stories and Scenes, and hardens image loading against potential crashes.

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.0.1"
def airshipVersion = "17.0.2"
// 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.0.1'
airshipVersion = '17.0.2'

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

0 comments on commit dad4dc6

Please sign in to comment.