mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-19 12:23:22 +01:00
Fix "Could not find com.afollestad:material-dialogs:0.7.8.0" error.
material-dialogs:0.7.8.0 can't be downloaded but it seems that things work fine with 0.7.8.1. It seems simple enough to upgrade the dependency here.
This commit is contained in:
parent
c9986edc5e
commit
a004fbb5a0
@ -27,7 +27,7 @@ dependencies {
|
||||
compile 'de.greenrobot:eventbus:2.4.0'
|
||||
compile 'io.reactivex:rxandroid:1.0.1'
|
||||
compile 'com.joanzapata.iconify:android-iconify-fontawesome:2.0.3'
|
||||
compile 'com.afollestad:material-dialogs:0.7.8.0'
|
||||
compile 'com.afollestad:material-dialogs:0.7.8.1'
|
||||
|
||||
compile 'com.github.AntennaPod:AntennaPod-AudioPlayer:v1.0.2'
|
||||
|
||||
@ -138,4 +138,4 @@ task filterAbout {
|
||||
}
|
||||
}
|
||||
|
||||
preBuild.dependsOn filterAbout
|
||||
preBuild.dependsOn filterAbout
|
||||
|
Loading…
Reference in New Issue
Block a user