Added better drag and drop support for the playing queue.

This commit is contained in:
Karim Abou Zeid 2015-12-25 01:54:41 +01:00
commit a5c6ff1d1d
4 changed files with 89 additions and 22 deletions

View file

@ -94,6 +94,10 @@ dependencies {
transitive = true;
}
compile('com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.8.5@aar') {
transitive = true
}
compile('com.afollestad.material-dialogs:core:0.8.5.1@aar') {
transitive = true
}