bump android dependencies

This commit is contained in:
Adam Velebil 2024-03-05 11:19:29 +01:00
parent 92477d5f19
commit e0b1ddaac0
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10
2 changed files with 3 additions and 3 deletions

View File

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

View File

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