From d100e746761ea215808b41a75304db87558896e2 Mon Sep 17 00:00:00 2001 From: Renovate Bot <178726302+grenadine-renovate-bot@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:44:26 +0000 Subject: [PATCH] chore(deps): update plugin org.jetbrains.kotlin.android to v2.0.21 --- example/android/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/android/settings.gradle b/example/android/settings.gradle index 2602e1a..b80e587 100644 --- a/example/android/settings.gradle +++ b/example/android/settings.gradle @@ -19,7 +19,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" id "com.android.application" version "8.7.2" apply false - id "org.jetbrains.kotlin.android" version "2.0.20" apply false + id "org.jetbrains.kotlin.android" version "2.0.21" apply false } include ":app" \ No newline at end of file