diff options
author | Tom Hennen <tom.hennen@gmail.com> | 2015-11-01 16:37:04 -0500 |
---|---|---|
committer | Tom Hennen <tom.hennen@gmail.com> | 2015-11-01 16:37:04 -0500 |
commit | 545c91a3d6bdf7508a673f4cff425ba12494149b (patch) | |
tree | f2cd39570d728dea45f0c576e7eb2f072ecfafcf /app | |
parent | f02b30631bdf5f01bb7a2942b0b190f27c5ec12b (diff) | |
download | AntennaPod-545c91a3d6bdf7508a673f4cff425ba12494149b.zip |
need to use old version of com.afollestad:material-dialogs for now
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 5 |
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" |