Skip to content

Commit dece0c2

Browse files
authored
Merge pull request #104 from fingerprintjs/feat/upgrade-mobile-agents-INTER-1517-INTER-1516
Upgrade mobile agents to v2.11.0
2 parents 7774a20 + 0d692d9 commit dece0c2

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4545
We aim to keep the [Flutter compatibility policy](https://docs.flutter.dev/release/compatibility-policy).
4646

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rootProject.allprojects {
1818
}
1919

2020
android {
21-
compileSdkVersion 34
21+
compileSdkVersion 35
2222

2323
compileOptions {
2424
sourceCompatibility JavaVersion.VERSION_1_8

android/fingerprint.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
task printFingerprintNativeSDKVersion {
44
doLast {

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

example/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PODS:
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

2828
SPEC 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

3434
PODFILE CHECKSUM: 2f1a6d2470f392e010cfe7ae5f9f694d8487db82

ios/fpjs_pro_plugin.podspec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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"

0 commit comments

Comments
 (0)