bump Android dependencies

This commit is contained in:
Adam Velebil 2023-03-28 09:25:18 +02:00
parent 2ba4013be9
commit ddf0f52dda
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10
3 changed files with 5 additions and 5 deletions

View File

@ -97,9 +97,9 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0'
// Lifecycle
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1'
implementation 'androidx.fragment:fragment-ktx:1.5.5'
implementation 'androidx.fragment:fragment-ktx:1.5.6'
implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'com.google.android.material:material:1.8.0'

View File

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.8.0'
ext.kotlin_version = '1.8.10'
repositories {
google()
mavenCentral()

View File

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