Skip to content

Commit

Permalink
Release 17.2.1 (#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaganeh authored Sep 7, 2023
1 parent fe0efd1 commit 97d5867
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion 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.2.1 September 7, 2023
Patch release that hardens the Analytics database against potential SQL crashes.

### Changes
- Hardened Analytics database against potential SQL crashes.

## Version 17.2.0 August 25, 2023
Minor release that fixes a reporting issue with hold out groups and In-App Messaging. 17.2.0 will be the minimum version required for global hold out groups.

Expand All @@ -15,7 +21,6 @@ Minor release that adds support for global holdout groups in In-App experiences
- Added new feature flag module `urbanairship-feature-flag`
- Added support for global holdout groups


## Version 17.0.3, July 12, 2023
Patch release that fixes a pair of issues with Scenes and Surveys, and adds a new `getPushProviderType()` method on `PushManager`. Apps that make use of Scenes or Surveys should update.

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.3"
def airshipVersion = "17.2.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.2.0'
airshipVersion = '17.2.1'

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

0 comments on commit 97d5867

Please sign in to comment.