Skip to content

Commit a606aa5

Browse files
author
UnnatiCP
committed
Release 1.35.21
Release 1.35.21
1 parent a8d20fa commit a606aa5

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.35.21 (22.12.2025)
4+
* Fixed a crash that occurred while rendering `HTML AppBanner`.
5+
36
## 1.35.20 (18.12.2025)
47
* Optimized the `AppBanner` flow to prevent banners from getting stuck in a “showing” state when rendering fails, by improving activity/window lifecycle checks and validating image URLs.
58
* Fixed an issue where the `CleverPush` instance and session listener were being removed while the app was still running.

cleverpush/src/main/java/com/cleverpush/CleverPush.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135

136136
public class CleverPush {
137137

138-
public static final String SDK_VERSION = "1.35.20";
138+
public static final String SDK_VERSION = "1.35.21";
139139

140140
private static CleverPush instance;
141141
private static boolean isSubscribeForTopicsDialog = false;

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ kapt.incremental.apt = false
2222
android.enableJetifier = true
2323
android.useAndroidX = true
2424

25-
VERSION_NAME=1.35.20
25+
VERSION_NAME=1.35.21
2626
GROUP=com.cleverpush
2727
SONATYPE_HOST=CENTRAL_PORTAL
2828
SONATYPE_AUTOMATIC_RELEASE=true

0 commit comments

Comments
 (0)