Skip to content

Commit 848a830

Browse files
author
UnnatiCP
committed
Update Android, iOS, Flutter SDK version
Update Android, iOS, Flutter SDK version
1 parent 21c3704 commit 848a830

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.18'
24+
implementation 'com.cleverpush:cleverpush:1.35.21'
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.28
11+
cleverpush_flutter: ^1.24.29
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.34'
22+
pod 'CleverPush', '~> 1.34.36'
2323
```
2424

2525
#### Swift Package Manager Setup

0 commit comments

Comments
 (0)