From cf0357e844ebeccd7a98d021293130dec3cbc536 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 01:02:37 +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" }