File tree 4 files changed +12
-3
lines changed
packages/local_auth/local_auth_android
4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.31
2
+
3
+ * Updates androidx.fragment version to 1.5.7.
4
+ * Updates androidx.core version to 1.10.1.
5
+
1
6
## 1.0.30
2
7
3
8
* Updates androidx.fragment version to 1.5.6
Original file line number Diff line number Diff line change @@ -59,13 +59,16 @@ android {
59
59
}
60
60
61
61
dependencies {
62
- api " androidx.core:core:1.9.0 "
62
+ api " androidx.core:core:1.10.1 "
63
63
api " androidx.biometric:biometric:1.1.0"
64
- api " androidx.fragment:fragment:1.5.6 "
64
+ api " androidx.fragment:fragment:1.5.7 "
65
65
testImplementation ' junit:junit:4.13.2'
66
66
testImplementation ' org.mockito:mockito-inline:5.0.0'
67
67
testImplementation ' org.robolectric:robolectric:4.10.3'
68
68
androidTestImplementation ' androidx.test:runner:1.2.0'
69
69
androidTestImplementation ' androidx.test:rules:1.2.0'
70
70
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
71
+ // TODO(camsim99): org.jetbrains.kotlin:kotlin-bom artifact purpose is to align kotlin stdlib and related code versions.
72
+ // This should be removed when https://github.com/flutter/flutter/issues/125062 is fixed.
73
+ implementation(platform(" org.jetbrains.kotlin:kotlin-bom:1.8.10" ))
71
74
}
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ android {
36
36
versionCode flutterVersionCode. toInteger()
37
37
versionName flutterVersionName
38
38
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
39
+ multiDexEnabled true
39
40
}
40
41
41
42
buildTypes {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: local_auth_android
2
2
description : Android implementation of the local_auth plugin.
3
3
repository : https://github.com/flutter/packages/tree/main/packages/local_auth/local_auth_android
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+local_auth%22
5
- version : 1.0.30
5
+ version : 1.0.31
6
6
7
7
environment :
8
8
sdk : " >=2.18.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments