Skip to content

Commit

Permalink
[local_auth_android] Bump androidx.fragment to 1.5.7 and androidx.cor…
Browse files Browse the repository at this point in the history
…e 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.
  • Loading branch information
camsim99 committed Jun 6, 2023
1 parent 3c3c980 commit dba76d4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/local_auth/local_auth_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.31

* Updates androidx.fragment version to 1.5.7.
* Updates androidx.core version to 1.10.1.

## 1.0.30

* Updates androidx.fragment version to 1.5.6
Expand Down
7 changes: 5 additions & 2 deletions packages/local_auth/local_auth_android/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,16 @@ android {
}

dependencies {
api "androidx.core:core:1.9.0"
api "androidx.core:core:1.10.1"
api "androidx.biometric:biometric:1.1.0"
api "androidx.fragment:fragment:1.5.6"
api "androidx.fragment:fragment:1.5.7"
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-inline:5.0.0'
testImplementation 'org.robolectric:robolectric:4.10.3'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test:rules:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
// TODO(camsim99): org.jetbrains.kotlin:kotlin-bom artifact purpose is to align kotlin stdlib and related code versions.
// This should be removed when https://github.com/flutter/flutter/issues/125062 is fixed.
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.10"))
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ android {
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion packages/local_auth/local_auth_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: local_auth_android
description: Android implementation of the local_auth plugin.
repository: https://github.com/flutter/packages/tree/main/packages/local_auth/local_auth_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+local_auth%22
version: 1.0.30
version: 1.0.31

environment:
sdk: ">=2.18.0 <4.0.0"
Expand Down

0 comments on commit dba76d4

Please sign in to comment.