Skip to content

Commit

Permalink
Merge pull request #174 from Notificare/release/4.0.0-beta.1
Browse files Browse the repository at this point in the history
4.0.0-beta.1
  • Loading branch information
hpinhal authored Jul 26, 2024
2 parents f55532b + a638e09 commit e103ac2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# CHANGELOG

## Upcoming release
## 4.0.0-beta.1

- Fix padding discrepancies in alert dialog with actions
- Device identifiers become long-lived
- Keep weak references for listeners to prevent memory leaks
- `launch()`, `unlaunch()`, `enableRemoteNotifications()` and `disableRemoteNotifications()` become suspending functions with a callback alternative
- Add support for customisable hosts
- Replace `NotificarePushIntentReceiver`'s `onTokenChanged()` with `onSubscriptionIdChanged()`

#### Breaking changes

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
maven-artifactGroup = "re.notifica"
maven-artifactVersion = "3.10.0"
maven-artifactVersion = "4.0.0-beta.1"
android-compileSdk = "34"
android-buildTools = "34.0.0"
android-minSdk = "23"
Expand Down

0 comments on commit e103ac2

Please sign in to comment.