From 38181c88276405180001f4433c54448f5b1e3bf9 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sat, 24 May 2014 15:12:40 -0400 Subject: [PATCH] Remove the Otto dependency I appreciate Green Robot's EventBus' ability to let subscribers choose what thread they subscribe on. --- MinimalBible/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MinimalBible/build.gradle b/MinimalBible/build.gradle index 7cc4df9..4c3c7f9 100644 --- a/MinimalBible/build.gradle +++ b/MinimalBible/build.gradle @@ -35,7 +35,7 @@ dependencies { compile 'com.readystatesoftware.systembartint:systembartint:1.0.3' compile 'de.greenrobot:eventbus:2.2.0' // compile 'com.joanzapata.android:android-iconify:1.0.+' - compile 'com.squareup:otto:1.3.4' + // compile 'com.squareup:otto:1.3.4' // Handled by appcompat // compile 'com.google.android:support-v4:r7'