Skip to content

Commit 228c2a6

Browse files
author
cpandya25
committed
Release 1.7.18
Release 1.7.18
1 parent f380b29 commit 228c2a6

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.7.18 (29.07.2025)
2+
* Updated to latest iOS + Android SDKs
3+
14
## 1.7.17 (21.07.2025)
25
* Fixed the issue where the `subscribed` listener was not being called on Android
36

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.35.3') {
43+
implementation('com.cleverpush:cleverpush:1.35.4') {
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.19'
17+
s.dependency 'CleverPush', '~> 1.34.21'
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.17",
3+
"version": "1.7.18",
44
"description": "CleverPush React Native SDK",
55
"main": "index",
66
"scripts": {

0 commit comments

Comments
 (0)