Update filepicker to the newest version and Fix for #343

This commit is contained in:
David 2016-08-03 18:36:46 -03:00
parent 40b08a593f
commit 3da032b7ee
4 changed files with 3 additions and 8 deletions

View file

@ -43,6 +43,6 @@ dependencies {
compile 'com.github.nirhart:parallaxscroll:1.0'
compile 'com.google.android.exoplayer:exoplayer:r1.5.5'
compile 'com.google.code.gson:gson:2.4'
compile 'com.nononsenseapps:filepicker:2.0.5'
compile 'com.nononsenseapps:filepicker:3.0.0'
testCompile 'junit:junit:4.12'
}