diff --git a/android/app/build.gradle b/android/app/build.gradle index 0978b5333..03ba9de9a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -91,7 +91,7 @@ dependencies { api "com.yubico.yubikit:fido:$project.yubiKitVersion" api "com.yubico.yubikit:support:$project.yubiKitVersion" - implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3' + implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0' // Lifecycle implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7' diff --git a/android/build.gradle b/android/build.gradle index 311cb6768..4be91397d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -11,7 +11,7 @@ allprojects { yubiKitVersion = "2.7.0" junitVersion = "4.13.2" - mockitoVersion = "5.14.2" + mockitoVersion = "5.15.2" } } diff --git a/android/flutter_plugins/qrscanner_zxing/android/build.gradle b/android/flutter_plugins/qrscanner_zxing/android/build.gradle index 3f890d60a..9c4070b58 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.7.3' + classpath 'com.android.tools.build:gradle:8.8.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 751945201..01bf08e79 100755 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Fri Jan 10 13:46:25 CET 2025 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/android/settings.gradle b/android/settings.gradle index 4cb82d563..2864bffc5 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.7.3" apply false + id "com.android.application" version "8.8.0" apply false id "org.jetbrains.kotlin.android" version "2.1.0" apply false id "org.jetbrains.kotlin.plugin.serialization" version "2.1.0" apply false id "com.google.android.gms.oss-licenses-plugin" version "0.10.6" apply false