summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorRaghul Jagannathan <raghul@redmart.com>2015-05-27 08:31:42 +0800
committerRaghul Jagannathan <raghul@redmart.com>2015-05-27 08:31:42 +0800
commitd0022e053e4abfe35dac4ae2d90c6960982181fd (patch)
treea03a02dda68d9956e07759aad87cc9991d0b8b97 /app/build.gradle
parentba036e14990a6dd7e8a5076bdc20176532a4f417 (diff)
downloadAntennaPod-d0022e053e4abfe35dac4ae2d90c6960982181fd.zip
Subscription view for managing feeds and Navigation drawer feed list cleanup
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 40451e8ea..8dcfce1a8 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -22,6 +22,7 @@ dependencies {
compile 'com.squareup.okio:okio:1.2.0'
compile 'de.greenrobot:eventbus:2.4.0'
compile 'com.joanzapata.android:android-iconify:1.0.9'
+ compile 'io.reactivex:rxandroid:0.24.0'
compile project(':core')
compile project(':library:drag-sort-listview')