From 9bf2addb89fa4fc010b4603fc31f677594c75380 Mon Sep 17 00:00:00 2001 From: Shaishav Gandhi Date: Tue, 4 Dec 2018 23:32:31 -0800 Subject: [PATCH] Remove LifecycleScopeProvider from sample app EP configuration --- sample/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/sample/build.gradle b/sample/build.gradle index feb6dc914..7b36b54e9 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -69,7 +69,6 @@ dependencies { // def classesWithScope = [ // "android.app.Activity", // "android.app.Fragment", -// "com.uber.autodispose.LifecycleScopeProvider", // "android.arch.lifecycle.LifecycleOwner", // "androidx.lifecycle.LifecycleOwner", // "com.uber.autodispose.ScopeProvider",