mirror of
https://github.com/flutter/packages.git
synced 2025-07-01 07:08:10 +08:00
[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:
@ -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
|
## 1.0.30
|
||||||
|
|
||||||
* Updates androidx.fragment version to 1.5.6
|
* Updates androidx.fragment version to 1.5.6
|
||||||
|
@ -59,13 +59,16 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api "androidx.core:core:1.9.0"
|
api "androidx.core:core:1.10.1"
|
||||||
api "androidx.biometric:biometric:1.1.0"
|
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 'junit:junit:4.13.2'
|
||||||
testImplementation 'org.mockito:mockito-inline:5.0.0'
|
testImplementation 'org.mockito:mockito-inline:5.0.0'
|
||||||
testImplementation 'org.robolectric:robolectric:4.10.3'
|
testImplementation 'org.robolectric:robolectric:4.10.3'
|
||||||
androidTestImplementation 'androidx.test:runner:1.2.0'
|
androidTestImplementation 'androidx.test:runner:1.2.0'
|
||||||
androidTestImplementation 'androidx.test:rules:1.2.0'
|
androidTestImplementation 'androidx.test:rules:1.2.0'
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
|
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"))
|
||||||
}
|
}
|
||||||
|
@ -36,6 +36,7 @@ android {
|
|||||||
versionCode flutterVersionCode.toInteger()
|
versionCode flutterVersionCode.toInteger()
|
||||||
versionName flutterVersionName
|
versionName flutterVersionName
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
multiDexEnabled true
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -2,7 +2,7 @@ name: local_auth_android
|
|||||||
description: Android implementation of the local_auth plugin.
|
description: Android implementation of the local_auth plugin.
|
||||||
repository: https://github.com/flutter/packages/tree/main/packages/local_auth/local_auth_android
|
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
|
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:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.18.0 <4.0.0"
|
||||||
|
Reference in New Issue
Block a user