upgrade deps

This commit is contained in:
Fabian Freund
2026-03-05 19:15:07 +01:00
parent 42fc1c8da0
commit d82f363b74
21 changed files with 48 additions and 35 deletions
@@ -2,7 +2,7 @@ group = "eu.weblibre.speech_to_text_dialog"
version = "1.0-SNAPSHOT"
buildscript {
ext.kotlin_version = "2.2.20"
ext.kotlin_version = "2.3.10"
repositories {
google()
mavenCentral()
@@ -49,7 +49,7 @@ android {
dependencies {
testImplementation("org.jetbrains.kotlin:kotlin-test")
testImplementation("org.mockito:mockito-core:5.0.0")
testImplementation("org.mockito:mockito-core:5.22.0")
}
testOptions {
@@ -20,7 +20,7 @@ pluginManagement {
plugins {
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
id("com.android.application") version "8.13.2" apply false
id("org.jetbrains.kotlin.android") version "2.2.20" apply false
id("org.jetbrains.kotlin.android") version "2.3.10" apply false
}
include(":app")
+1 -1
View File
@@ -16,7 +16,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
lint: ^2.8.0
pigeon: ^26.1.7
pigeon: ^26.1.10
flutter:
plugin: