Skip to content

Commit

Permalink
Release 1.34.18
Browse files Browse the repository at this point in the history
Release 1.34.18
  • Loading branch information
unnaticleverpush committed Dec 17, 2024
1 parent 57013c7 commit 221c67a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.34.18 (17.12.2024)
* Added support for Firebase Messing Version 24.
* Optimized `notificationOpenedCallback` for notifications by adding the `setCustomNotificationActivityEnabled` method, allowing to launch a custom activity through `notificationOpenedCallback` by setting `setCustomNotificationActivityEnabled(true)`

## 1.34.17 (28.11.2024)
* Optimized trackStoryOpened for `StoryView` statistics

Expand Down
2 changes: 1 addition & 1 deletion cleverpush/src/main/java/com/cleverpush/CleverPush.java
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@

public class CleverPush {

public static final String SDK_VERSION = "1.34.17";
public static final String SDK_VERSION = "1.34.18";

private static CleverPush instance;
private static boolean isSubscribeForTopicsDialog = false;
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ kapt.incremental.apt = false
android.enableJetifier = true
android.useAndroidX = true

VERSION_NAME=1.34.17
VERSION_NAME=1.34.18
GROUP=com.cleverpush
SONATYPE_HOST=DEFAULT
SONATYPE_AUTOMATIC_RELEASE=true
Expand Down

0 comments on commit 221c67a

Please sign in to comment.