bump android deps

This commit is contained in:
Adam Velebil 2023-08-21 15:06:16 +02:00
parent b8717a6591
commit df9e04d112
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10
3 changed files with 4 additions and 4 deletions

View File

@ -100,8 +100,8 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1'
implementation "androidx.core:core-ktx:1.10.1"
implementation 'androidx.fragment:fragment-ktx:1.6.0'
implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'androidx.fragment:fragment-ktx:1.6.1'
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'com.google.android.material:material:1.9.0'

View File

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.8.10'
ext.kotlin_version = '1.9.0'
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.10'
ext.kotlin_version = '1.9.0'
repositories {
google()
mavenCentral()