Skip to content

Commit

Permalink
feat: update required sdk minimal version to 3.1.0+
Browse files Browse the repository at this point in the history
BREAKING CHANGE: sdk minimal version required to use this library is now 3.1.0+
  • Loading branch information
TheUnderScorer committed Mar 25, 2024
1 parent a601dc6 commit 75c1e08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -37,7 +37,7 @@ application to call the native Fingerprint Pro libraries (Android, iOS and Web)
* [License](#license)

## Requirements
- Flutter 2.5.0 or higher
- Flutter 3.10 or higher
- Android 5.0 (API level 21+) or higher
- iOS 13+/tvOS 15+, Swift 5.7 or higher (stable releases)

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -5,7 +5,7 @@ homepage: https://fingerprint.com
repository: https://github.com/fingerprintjs/fingerprintjs-pro-flutter

environment:
sdk: ">=2.16.0 <4.0.0"
sdk: ">=3.1.0 <4.0.0"
flutter: ">=2.5.0"

dependencies:
Expand Down

0 comments on commit 75c1e08

Please sign in to comment.