Skip to content

Commit 7c7bed0

Browse files
author
UnnatiCP
committed
Update Android/iOS/Flutter SDK version in setup
Update Android/iOS/Flutter SDK version in setup
1 parent 8e2ecf2 commit 7c7bed0

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.34.40'
24+
implementation 'com.cleverpush:cleverpush:1.35.1'
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.14
11+
cleverpush_flutter: ^1.24.17
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.11'
22+
pod 'CleverPush', '~> 1.34.15'
2323
```
2424

2525
#### Swift Package Manager Setup

0 commit comments

Comments
 (0)