Skip to content

Commit

Permalink
fix: update minimum Android API Version to 23 instead of 21 (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalkapasi authored Apr 24, 2024
1 parent faa4083 commit cc401e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/sdk/client-side-sdks/android/android-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sidebar_custom_props: { icon: material-symbols:install-desktop }

## Requirements

This version of the DevCycle Android Client SDK supports a minimum Android API Version 21.
This version of the DevCycle Android Client SDK supports a minimum Android API Version 23.

:::info
**Proguard/R8:** If minifying your project, DevCycle requires **Android Gradle Plugin 7.1.x or higher**
Expand Down
4 changes: 2 additions & 2 deletions docs/sdk/client-side-sdks/flutter/flutter-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sidebar_custom_props: { icon: material-symbols:install-desktop }

## Requirements

This version of the DevCycle Flutter Client SDK requires a minimum of version of Flutter 2.5.0 (dart 2.14.0), iOS 13.7 and Android API Version 26.
This version of the DevCycle Flutter Client SDK requires a minimum of version of Flutter 2.5.0 (dart 2.14.0), iOS 13.7 and Android API Version 23.

## Installation

Expand All @@ -26,7 +26,7 @@ The SDK can be installed into your Flutter project by running `flutter pub add d
The SDK can be installed into your Flutter project by adding the following to your `pubspec.yaml`:

```dart
devcycle_flutter_client_sdk: ^1.1.0
devcycle_flutter_client_sdk: ^1.8.0
```

Then, run `flutter pub get`.

0 comments on commit cc401e7

Please sign in to comment.