From dad4dc63420dae54e9ed0d1807662d32107a1abe Mon Sep 17 00:00:00 2001 From: Josh Yaganeh <319444+jyaganeh@users.noreply.github.com> Date: Wed, 28 Jun 2023 13:16:00 -0700 Subject: [PATCH] Release 17.0.2 (#1299) --- CHANGELOG.md | 6 ++++++ README.md | 2 +- build.gradle | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb54ef0d7..3f40f006b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 85e9d3e53..e21c23bbe 100644 --- a/README.md +++ b/README.md @@ -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" diff --git a/build.gradle b/build.gradle index 51b34d33c..4930c5a19 100644 --- a/build.gradle +++ b/build.gradle @@ -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"