From aa1e11d701e7aa5068da5aec68ba62be6b4e3a0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 23:42:42 +0000 Subject: [PATCH] chore(deps): update org.jetbrains.kotlin:kotlin-stdlib-jdk8 to v2 --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 9b08a64f..14421ef4 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -83,5 +83,5 @@ dependencies { // https://github.com/flutter/flutter/issues/110658 coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4' // https://pub.dev/packages/flutter_local_notifications/ - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.24" + implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.0" }