Skip to content

Commit 569a689

Browse files
Ulrico972rlepinski
andauthored
prepare patch release 18.3.1 (#1528)
Co-authored-by: Ryan Lepinski <[email protected]>
1 parent ecee46e commit 569a689

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## Version 18.3.1 September 30, 2024
6+
Patch release that fixes modal IAA border radius and fixes scenes with wide images.
7+
8+
### Changes
9+
- Fixed modal IAA border radius.
10+
- Fixed scenes with wide images.
11+
512
## Version 18.3.0 September 13, 2024
613
Minor release that adds a new method `enableUserNotifications(PermissionPromptFallback)` on `PushManager`.
714

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
ext {
33
// Airship Version - major.minor.patch
4-
airshipVersion = '18.3.0'
4+
airshipVersion = '18.3.1'
55

66
// Airship Version Qualifier beta, release, etc...
77
// airshipVersionQualifier = "alpha"

0 commit comments

Comments
 (0)