Skip to content

Commit

Permalink
Release 17.7.3 (#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaganeh authored Feb 17, 2024
1 parent 202e789 commit 39b71ab
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
release:
if: github.repository == 'urbanairship/android-library'
runs-on: ubuntu-latest
permissions:
contents: write
outputs:
version: ${{ steps.get_version.outputs.VERSION }}
steps:
Expand Down
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.7.3, Feb 16, 2024
Patch release that adjusts locale targeting behavior for In-App Automation and messaging. The SDK will now check the device's primary language against the target locale, instead of checking whether any user selected languages match the target locale.

### Changes
- Adjust locale targeting behavior to only consider the primary locale selection.

## Version 17.7.2, Jan 29, 2024
Patch release that fixes an issue with message limits not being respected in certain cases. Apps that make use of limits should update to this version or later.

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.7.2"
def airshipVersion = "17.7.3"
// 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.7.2'
airshipVersion = '17.7.3'

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

0 comments on commit 39b71ab

Please sign in to comment.