Skip to content

Commit

Permalink
prepare minor release 18.3.0 (#1520)
Browse files Browse the repository at this point in the history
* prepare minor release 18.3.0

* method signature

---------

Co-authored-by: Ulrich GIBERNE <[email protected]>
  • Loading branch information
Ulrico972 and Ulrich GIBERNE authored Sep 13, 2024
1 parent b25d4b6 commit 9e3e8ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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 18.3.0 September 13, 2024
Minor release that adds a new method `enableUserNotifications(PermissionPromptFallback)` on `PushManager`.

### Changes
- Added a `enableUserNotifications(PermissionPromptFallback)` method on `PushManager` that will attempt to enable notifications and use the fallback if the permission is denied.

## Version 18.2.0 September 6, 2024
Minor release with several enhancements to In-App Automation, Scenes, and Surveys. This version also contains a fix
for applications that are targeting API 35.
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.2.0'
airshipVersion = '18.3.0'

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

0 comments on commit 9e3e8ec

Please sign in to comment.