From 4dadd17e600b1da88f8da06077ce829693769035 Mon Sep 17 00:00:00 2001 From: Adam Velebil Date: Mon, 9 Sep 2024 14:47:14 +0200 Subject: [PATCH] update dependencies --- android/app/build.gradle | 6 +++--- android/build.gradle | 2 +- .../flutter_plugins/qrscanner_zxing/android/build.gradle | 2 +- android/settings.gradle | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 88e47aa9..23a030bc 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -91,13 +91,13 @@ dependencies { api "com.yubico.yubikit:fido:$project.yubiKitVersion" api "com.yubico.yubikit:support:$project.yubiKitVersion" - implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1' + implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2' // Lifecycle - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.4' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.5' implementation "androidx.core:core-ktx:1.13.1" - implementation 'androidx.fragment:fragment-ktx:1.8.2' + implementation 'androidx.fragment:fragment-ktx:1.8.3' implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'com.google.android.material:material:1.12.0' diff --git a/android/build.gradle b/android/build.gradle index ba755aee..92bf1bce 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -11,7 +11,7 @@ allprojects { yubiKitVersion = "2.7.0" junitVersion = "4.13.2" - mockitoVersion = "5.12.0" + mockitoVersion = "5.13.0" } } diff --git a/android/flutter_plugins/qrscanner_zxing/android/build.gradle b/android/flutter_plugins/qrscanner_zxing/android/build.gradle index cceb6c3a..9e34f882 100644 --- a/android/flutter_plugins/qrscanner_zxing/android/build.gradle +++ b/android/flutter_plugins/qrscanner_zxing/android/build.gradle @@ -9,7 +9,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.5.2' + classpath 'com.android.tools.build:gradle:8.6.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } diff --git a/android/settings.gradle b/android/settings.gradle index 1ee8c8b2..6e165341 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -26,7 +26,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" - id "com.android.application" version "8.5.2" apply false + id "com.android.application" version "8.6.0" apply false id "org.jetbrains.kotlin.android" version "2.0.20" apply false id "org.jetbrains.kotlin.plugin.serialization" version "2.0.20" apply false id "com.google.android.gms.oss-licenses-plugin" version "0.10.6" apply false