diff --git a/backend/pom.xml b/backend/pom.xml index 74cb00aa..5145c49a 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -28,7 +28,7 @@ 21 - 2.0.21 + 2.1.0 diff --git a/das_client/android/settings.gradle b/das_client/android/settings.gradle index 2626a044..8b8e7ca9 100644 --- a/das_client/android/settings.gradle +++ b/das_client/android/settings.gradle @@ -20,7 +20,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" id "com.android.application" version '8.4.0' apply false - id "org.jetbrains.kotlin.android" version "2.0.21" apply false + id "org.jetbrains.kotlin.android" version "2.1.0" apply false } include ":app"