Skip to content

Commit dba76d4

Browse files
authored
[local_auth_android] Bump androidx.fragment to 1.5.7 and androidx.core to 1.10.1 (#4142)
Bumps androidx.fragment to 1.5.7 and androidx.core to 1.10.1. Takeover from #4102 minus AGP changes.
1 parent 3c3c980 commit dba76d4

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

packages/local_auth/local_auth_android/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.31
2+
3+
* Updates androidx.fragment version to 1.5.7.
4+
* Updates androidx.core version to 1.10.1.
5+
16
## 1.0.30
27

38
* Updates androidx.fragment version to 1.5.6

packages/local_auth/local_auth_android/android/build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,16 @@ android {
5959
}
6060

6161
dependencies {
62-
api "androidx.core:core:1.9.0"
62+
api "androidx.core:core:1.10.1"
6363
api "androidx.biometric:biometric:1.1.0"
64-
api "androidx.fragment:fragment:1.5.6"
64+
api "androidx.fragment:fragment:1.5.7"
6565
testImplementation 'junit:junit:4.13.2'
6666
testImplementation 'org.mockito:mockito-inline:5.0.0'
6767
testImplementation 'org.robolectric:robolectric:4.10.3'
6868
androidTestImplementation 'androidx.test:runner:1.2.0'
6969
androidTestImplementation 'androidx.test:rules:1.2.0'
7070
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"))
7174
}

packages/local_auth/local_auth_android/example/android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ android {
3636
versionCode flutterVersionCode.toInteger()
3737
versionName flutterVersionName
3838
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
39+
multiDexEnabled true
3940
}
4041

4142
buildTypes {

packages/local_auth/local_auth_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: local_auth_android
22
description: Android implementation of the local_auth plugin.
33
repository: https://github.com/flutter/packages/tree/main/packages/local_auth/local_auth_android
44
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
66

77
environment:
88
sdk: ">=2.18.0 <4.0.0"

0 commit comments

Comments
 (0)