From ab68c369a96fee271517e52200847f80f578e4db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 01:06:43 +0000 Subject: [PATCH] chore(deps): update androidx.window:window-java to v1.1.0 --- 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 334c3de8..8b73827b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -78,7 +78,7 @@ flutter { dependencies { implementation 'androidx.window:window:1.1.0' // https://github.com/flutter/flutter/issues/110658 - implementation 'androidx.window:window-java:1.0.0' // https://github.com/flutter/flutter/issues/110658 + implementation 'androidx.window:window-java:1.1.0' // https://github.com/flutter/flutter/issues/110658 coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3' // https://pub.dev/packages/flutter_local_notifications/ implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }