From 09ace280906cc554f763f0579666e1fc29857576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 May 2021 20:04:38 +0000 Subject: [PATCH] Bump conductor from 2.1.5 to 3.0.1 Bumps [conductor](https://github.com/bluelinelabs/Conductor) from 2.1.5 to 3.0.1. - [Release notes](https://github.com/bluelinelabs/Conductor/releases) - [Commits](https://github.com/bluelinelabs/Conductor/compare/2.1.5...3.0.1) Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7cd4e3bc2..e4c8de166 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -199,7 +199,7 @@ dependencies { implementation 'io.reactivex.rxjava2:rxandroid:2.1.1' implementation "io.reactivex.rxjava2:rxjava:2.2.21" - implementation 'com.bluelinelabs:conductor:2.1.5' + implementation 'com.bluelinelabs:conductor:3.0.1' implementation 'com.bluelinelabs:conductor-support:2.1.5' implementation "com.squareup.okhttp3:okhttp:${okhttpVersion}"