Skip to content

Commit

Permalink
master
Browse files Browse the repository at this point in the history
Update sdk version in android, iOS, flutter.
  • Loading branch information
unnaticleverpush committed Jul 24, 2024
1 parent 26489e5 commit 87b8c44
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/sdks/android/geofencelocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ class MainActivity:Activity() {

<!--END_DOCUSAURUS_CODE_TABS-->

If device's API level is equal or above 29 than after giving location permission dialog will open. On click `Go to Settings` button app's setting screen will open and perform `Permission -> Location -> Allow all the time` for geo fence.
If the device's API level is 29 or above, a dialog will appear after granting location permission. Clicking the `Go to Settings` button will open the app's settings screen. From there, please navigate to `Permissions -> Location -> Allow all the time` to enable geofence functionality.
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.33.25'
implementation 'com.cleverpush:cleverpush:1.33.26'
}
```

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.28
cleverpush_flutter: ^1.23.29
```

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 @@ -20,7 +20,7 @@ title: Setup
Add CleverPush to your Podfile:

```bash
pod 'CleverPush', '~> 1.30.20'
pod 'CleverPush', '~> 1.30.23'
```

**Swift Package Manager Integration** (not needed if you use CocoaPods):
Expand Down

0 comments on commit 87b8c44

Please sign in to comment.