From 9e3e8ece452ce44bda3e22a02c75c20507a818ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20Gibern=C3=A9?= Date: Fri, 13 Sep 2024 16:30:07 -0400 Subject: [PATCH] prepare minor release 18.3.0 (#1520) * prepare minor release 18.3.0 * method signature --------- Co-authored-by: Ulrich GIBERNE --- CHANGELOG.md | 6 ++++++ build.gradle | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b85843b9e..5ab1280db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/build.gradle b/build.gradle index 994e6c40e..7fb18db4b 100644 --- a/build.gradle +++ b/build.gradle @@ -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"