Skip to content

Commit

Permalink
Merge pull request #1533 from urbanairship/release-18.3.2
Browse files Browse the repository at this point in the history
Release 18.3.2
  • Loading branch information
jyaganeh authored Oct 3, 2024
2 parents c0db675 + 7157038 commit 2a93869
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## Version 18.3.2 October 2, 2024
Patch release that improves markdown support in Scenes and fixes for automation display interval and frequency limit handling.
Apps that make use of markdown in Scenes, or automations with display intervals or frequency limits should update.

### Changes
- Improve markdown support in Scenes, including better handling of newlines in the input text.
- Fixed automation display interval and frequency limit handling.

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

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.1'
airshipVersion = '18.3.2'

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

0 comments on commit 2a93869

Please sign in to comment.