Skip to content

Commit 72bb750

Browse files
author
UnnatiCP
committed
Update Android, iOS, Flutter SDK version
Update Android, iOS, Flutter SDK version
1 parent 44cdff7 commit 72bb750

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/sdks/android/methods.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class MainActivity:Activity() {
3636
<!--END_DOCUSAURUS_CODE_TABS-->
3737

3838

39-
You can add a `NotificationReceivedListener` and a `NotificationOpenedListener` and a `SubscribedListener`
39+
You can add a **`NotificationReceivedListener`** and a **`NotificationOpenedListener`** and a **`SubscribedListener`**
4040

4141
**NotificationReceivedListener:** A listener that handles the event when a notification is received. The notificationReceived method is triggered with a NotificationOpenedResult object containing the details of the received notification. It fires when notifications have been received.
4242

@@ -246,7 +246,7 @@ class MainActivity:Activity() {
246246
<!--END_DOCUSAURUS_CODE_TABS-->
247247

248248

249-
Instead of a `NotificationReceivedListener` you could also use a `NotificationReceivedCallbackListener`. This way you can dynamically control if you want to show a notification when the app is running in foreground:
249+
Instead of a **`NotificationReceivedListener`** you could also use a **`NotificationReceivedCallbackListener`**. This way you can dynamically control if you want to show a notification when the app is running in foreground:
250250

251251
<!--DOCUSAURUS_CODE_TABS-->
252252

docs/sdks/android/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can find the newest sdk version number here [Android SDK](https://github.com
2121
```groovy
2222
dependencies {
2323
// ...
24-
implementation 'com.cleverpush:cleverpush:1.35.16'
24+
implementation 'com.cleverpush:cleverpush:1.35.17'
2525
}
2626
```
2727

docs/sdks/flutter/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Setup
88
1. Add the following code to your `pubspec.yaml` file
99
```bash
1010
dependencies:
11-
cleverpush_flutter: ^1.24.26
11+
cleverpush_flutter: ^1.24.27
1212
```
1313

1414
2. Run `flutter packages get`

docs/sdks/ios/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ title: Setup
1919
Add CleverPush to your Podfile:
2020

2121
```bash
22-
pod 'CleverPush', '~> 1.34.32'
22+
pod 'CleverPush', '~> 1.34.33'
2323
```
2424

2525
#### Swift Package Manager Setup

0 commit comments

Comments
 (0)