From 0fa7b8c7effe61c821ff824ed9436bb3d36687d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 00:57:00 +0000 Subject: [PATCH] chore(deps): update androidx.window:window 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..b30f3953 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -77,7 +77,7 @@ flutter { dependencies { - implementation 'androidx.window:window:1.1.0' + implementation 'androidx.window:window:1.2.0' // https://github.com/flutter/flutter/issues/110658 implementation 'androidx.window:window-java:1.1.0' // https://github.com/flutter/flutter/issues/110658