summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 5ee01efe4..37a149b36 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -27,10 +27,7 @@ dependencies {
compile "de.greenrobot:eventbus:$eventbusVersion"
compile "io.reactivex:rxandroid:$rxAndroidVersion"
compile "com.joanzapata.iconify:android-iconify-fontawesome:2.1.0"
- compile("com.afollestad.material-dialogs:core:0.8.5.0@aar") {
- transitive = true;
- exclude group: "com.android.support", module: "appcompat-v7";
- }
+ compile 'com.afollestad:material-dialogs:0.7.8.1'
compile "com.github.AntennaPod:AntennaPod-AudioPlayer:v1.0.2"