Skip to content

Commit

Permalink
master
Browse files Browse the repository at this point in the history
Update Android + iOS + flutter SDK version
  • Loading branch information
unnaticleverpush committed Nov 19, 2024
1 parent 61c4c55 commit 1d3c957
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/sdks/android/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can find the newest sdk version number here [Android SDK](https://github.com
```groovy
dependencies {
// ...
implementation 'com.cleverpush:cleverpush:1.34.13'
implementation 'com.cleverpush:cleverpush:1.34.14'
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/sdks/flutter/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Setup
1. Add the following code to your `pubspec.yaml` file
```bash
dependencies:
cleverpush_flutter: ^1.23.32
cleverpush_flutter: ^1.23.36
```

2. Run `flutter packages get`
Expand Down
2 changes: 1 addition & 1 deletion docs/sdks/ios/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ title: Setup
Add CleverPush to your Podfile:

```bash
pod 'CleverPush', '~> 1.31.17'
pod 'CleverPush', '~> 1.31.19'
```

#### Swift Package Manager Setup
Expand Down

0 comments on commit 1d3c957

Please sign in to comment.