mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 10:11:52 +03:00
bump android dependencies
This commit is contained in:
parent
92477d5f19
commit
e0b1ddaac0
@ -91,8 +91,8 @@ dependencies {
|
|||||||
api "com.yubico.yubikit:fido:$project.yubiKitVersion"
|
api "com.yubico.yubikit:fido:$project.yubiKitVersion"
|
||||||
api "com.yubico.yubikit:support:$project.yubiKitVersion"
|
api "com.yubico.yubikit:support:$project.yubiKitVersion"
|
||||||
|
|
||||||
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2'
|
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.3'
|
||||||
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2'
|
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3'
|
||||||
|
|
||||||
// Lifecycle
|
// Lifecycle
|
||||||
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0'
|
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0'
|
||||||
|
@ -11,7 +11,7 @@ allprojects {
|
|||||||
|
|
||||||
yubiKitVersion = "2.4.0"
|
yubiKitVersion = "2.4.0"
|
||||||
junitVersion = "4.13.2"
|
junitVersion = "4.13.2"
|
||||||
mockitoVersion = "5.10.0"
|
mockitoVersion = "5.11.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user