[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 https://github.com/flutter/packages/pull/4102 minus AGP changes.
This commit is contained in:
Camille Simon
2023-06-06 11:12:13 -07:00
committed by GitHub
parent 3c3c980df1
commit dba76d4e0e
4 changed files with 12 additions and 3 deletions

View File

@ -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

View File

@ -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"))
}

View File

@ -36,6 +36,7 @@ android {
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
buildTypes {

View File

@ -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"