Skip to content

Commit 691bc34

Browse files
author
cpandya25
committed
Release 1.7.15
Release 1.7.15
1 parent 32315c7 commit 691bc34

5 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.7.15 (17.06.2025)
2+
* Optimized `initFeatures` functions for preventing crashes regarding the UI thread.
3+
* Updated to latest iOS + Android SDKs
4+
15
## 1.7.14 (14.05.2025)
26
* Implemented `clearNotificationsFromNotificationCenter` method on Android
37
* Implemented `removeNotification` method on Android and iOS

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
4141
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
4242

43-
implementation('com.cleverpush:cleverpush:1.34.40') {
43+
implementation('com.cleverpush:cleverpush:1.34.43') {
4444
exclude group: 'com.android.support'
4545
}
4646
}

cleverpush-react-native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Pod::Spec.new do |s|
1414
s.source_files = 'ios/RCTCleverPush/*.{h,m}'
1515

1616
s.dependency 'React'
17-
s.dependency 'CleverPush', '~> 1.34.11'
17+
s.dependency 'CleverPush', '~> 1.34.14'
1818

1919
end

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cleverpush-react-native",
3-
"version": "1.7.14",
3+
"version": "1.7.15",
44
"description": "CleverPush React Native SDK",
55
"main": "index",
66
"scripts": {

0 commit comments

Comments
 (0)