From 1c9f0a3597e510a5d6436f53349af1882e4a7eaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 17:35:55 +0000 Subject: [PATCH] chore(deps): update org.jetbrains.kotlin:kotlin-stdlib-jdk8 to v1.9.25 --- 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..d41e181f 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:1.9.25" }