From 4252c4554d161a6c8c119bb8a2be3e5c1cd250fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 00:35:09 +0000 Subject: [PATCH] chore(deps): update androidx.window:window-java to v1.2.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 8baaa39f..81b244f4 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -79,7 +79,7 @@ dependencies { implementation 'androidx.window:window:1.1.0' // https://github.com/flutter/flutter/issues/110658 - implementation 'androidx.window:window-java:1.1.0' + implementation 'androidx.window:window-java:1.2.0' // https://github.com/flutter/flutter/issues/110658 coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4' // https://pub.dev/packages/flutter_local_notifications/