Skip to content

Commit da0fcd9

Browse files
author
UnnatiCP
committed
Release 1.7.20
Release 1.7.20
1 parent 240509f commit da0fcd9

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.20 (19.08.2025)
2+
* Updated to latest iOS + Android SDKs
3+
* Implemented `getDeviceToken` method on Android and iOS
4+
15
## 1.7.19 (01.08.2025)
26
* Updated to latest iOS + Android SDKs
37

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

0 commit comments

Comments
 (0)