bump android dependencies

This commit is contained in:
Adam Velebil 2024-02-05 15:03:08 +01:00
parent 653bb26dbf
commit ce2289b3c3
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10
3 changed files with 6 additions and 6 deletions

View File

@ -103,13 +103,13 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2'
// Lifecycle
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0'
implementation "androidx.core:core-ktx:1.12.0"
implementation 'androidx.fragment:fragment-ktx:1.6.2'
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'com.google.android.material:material:1.10.0'
implementation 'com.google.android.material:material:1.11.0'
implementation 'com.github.tony19:logback-android:3.0.0'

View File

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.9.21'
ext.kotlin_version = '1.9.22'
repositories {
google()
mavenCentral()
@ -26,7 +26,7 @@ allprojects {
yubiKitVersion = "2.4.0"
junitVersion = "4.13.2"
mockitoVersion = "5.8.0"
mockitoVersion = "5.10.0"
}
}

View File

@ -2,7 +2,7 @@ group 'com.yubico.authenticator.flutter_plugins.qrscanner_zxing'
version '1.0'
buildscript {
ext.kotlin_version = '1.9.21'
ext.kotlin_version = '1.9.22'
repositories {
google()
mavenCentral()
@ -50,7 +50,7 @@ android {
}
dependencies {
def camerax_version = "1.3.0"
def camerax_version = "1.3.1"
implementation "androidx.camera:camera-lifecycle:${camerax_version}"
implementation "androidx.camera:camera-view:${camerax_version}"
implementation "androidx.camera:camera-camera2:${camerax_version}"