From 18597a7ca30ce39b1d90d7eda20d0643a4352d47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 13:33:20 +0000 Subject: [PATCH] Bump window from 1.0.0-alpha02 to 1.1.0-alpha03 in /android Bumps window from 1.0.0-alpha02 to 1.1.0-alpha03. --- updated-dependencies: - dependency-name: androidx.window:window dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 05a444fa..377a2f69 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -229,7 +229,7 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' // WindowManager - implementation "androidx.window:window:1.0.0-alpha02" + implementation "androidx.window:window:1.1.0-alpha03" // WorkManager implementation "android.arch.work:work-runtime:1.0.1"