upgrade android deps

This commit is contained in:
Fabian Freund
2026-02-06 05:31:14 +01:00
parent 004efa3cfb
commit d7e635782b
19 changed files with 32 additions and 25 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
plugins {
id "com.android.application"
id "kotlin-android"
id "org.jetbrains.kotlin.plugin.compose" version "2.1.20"
id "org.jetbrains.kotlin.plugin.compose" version "2.2.20"
// The Flutter Gradle Plugin must be applied after the Android and Kotlin Gradle plugins.
id "dev.flutter.flutter-gradle-plugin"
}