From e59eeb81acd6676d88b87dea217ad32ebed180bd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 11:49:49 +0530 Subject: [PATCH] =?UTF-8?q?chore(deps):=20bump=20lifecycle=5Fversion=20fro?= =?UTF-8?q?m=202.2.0-alpha03=20to=202.2.0=E2=80=A6=20(#2328)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps `lifecycle_version` from 2.2.0-alpha03 to 2.2.0-alpha04. Updates `lifecycle-extensions` from 2.2.0-alpha03 to 2.2.0-alpha04 Updates `lifecycle-common-java8` from 2.2.0-alpha03 to 2.2.0-alpha04 Updates `lifecycle-reactivestreams` from 2.2.0-alpha03 to 2.2.0-alpha04 Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b872068f22..3affef6e43 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -124,7 +124,7 @@ repositories { } dependencies { - def lifecycle_version = "2.2.0-alpha03" + def lifecycle_version = "2.2.0-alpha04" def koin_version = "2.0.1" def roomVersion = "2.1.0" def ktx_version = "1.1.0"