Skip to content

Commit

Permalink
prepare patch release 18.3.1 (#1528)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Lepinski <ryan.lepinski@airship.com>
  • Loading branch information
Ulrico972 and rlepinski authored Sep 30, 2024
1 parent ecee46e commit 569a689
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## Version 18.3.1 September 30, 2024
Patch release that fixes modal IAA border radius and fixes scenes with wide images.

### Changes
- Fixed modal IAA border radius.
- Fixed scenes with wide images.

## Version 18.3.0 September 13, 2024
Minor release that adds a new method `enableUserNotifications(PermissionPromptFallback)` on `PushManager`.

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 = '18.3.0'
airshipVersion = '18.3.1'

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

0 comments on commit 569a689

Please sign in to comment.