File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ application. The plugin allows you to call the underlying native Fingerprint age
3939## Requirements
4040- Flutter 3.13 or higher
4141- Dart 3.3 or higher
42- - Android 5 .0 (API level 21 +) or higher
43- - iOS 13+/tvOS 15+, Swift 5.7 or higher (stable releases)
42+ - Android 6 .0 (API level 23 +) or higher
43+ - iOS 13+/tvOS 15+, Swift 5.9 or higher (stable releases)
4444
4545We aim to keep the [ Flutter compatibility policy] ( https://docs.flutter.dev/release/compatibility-policy ) .
4646
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ rootProject.allprojects {
1818}
1919
2020android {
21- compileSdkVersion 34
21+ compileSdkVersion 35
2222
2323 compileOptions {
2424 sourceCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change 1- ext. fingerprint_native_sdk_version = " [2.10 .0, 2.11 .0)"
1+ ext. fingerprint_native_sdk_version = " [2.11 .0, 2.12 .0)"
22
33task printFingerprintNativeSDKVersion {
44 doLast {
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ android {
4343 applicationId " com.fingerprintjs.flutter.fpjs_pro.fpjs_pro_plugin_example"
4444 minSdkVersion flutter. minSdkVersion
4545 targetSdkVersion flutter. targetSdkVersion
46- compileSdkVersion 34
46+ compileSdkVersion 36
4747 versionCode flutterVersionCode. toInteger()
4848 versionName flutterVersionName
4949 }
Original file line number Diff line number Diff line change 11PODS:
2- - FingerprintPro (2.10 .0)
2+ - FingerprintPro (2.11 .0)
33 - Flutter (1.0.0)
44 - fpjs_pro_plugin (3.3.2):
5- - FingerprintPro (< 2.11 .0, >= 2.10 .0)
5+ - FingerprintPro (< 2.12 .0, >= 2.11 .0)
66 - Flutter
77 - geolocator_apple (1.2.0):
88 - Flutter
@@ -26,9 +26,9 @@ EXTERNAL SOURCES:
2626 :path: ".symlinks/plugins/geolocator_apple/darwin"
2727
2828SPEC CHECKSUMS:
29- FingerprintPro: f72cfc225731a66d53dd8be3545fbbbd4f4c4777
29+ FingerprintPro: 2fbd0cda75fbab32055f7cb38bc5fc9d17168979
3030 Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
31- fpjs_pro_plugin: 17d12dddc60fe3d11011e9e98904bc8b30d48a47
31+ fpjs_pro_plugin: 5f3e4b59ed2a5749de24a5d9f4bb242c3848ef49
3232 geolocator_apple: ab36aa0e8b7d7a2d7639b3b4e48308394e8cef5e
3333
3434PODFILE CHECKSUM: 2f1a6d2470f392e010cfe7ae5f9f694d8487db82
Original file line number Diff line number Diff line change 1616 "source_files" : " Classes/**/*" ,
1717 "dependencies" : {
1818 "Flutter" : [],
19- "FingerprintPro" : [" >= 2.10 .0" , " < 2.11 .0" ]
19+ "FingerprintPro" : [" >= 2.11 .0" , " < 2.12 .0" ]
2020 },
2121 "platforms" : {
2222 "ios" : " 13.0"
You can’t perform that action at this time.
0 commit comments