Still can't open URI's for ZIP files on external storage, but we're close...

This commit is contained in:
d8ahazard
2016-09-15 07:35:12 -05:00
parent c5a73a5c19
commit 8f973661f4
3 changed files with 103 additions and 45 deletions

View File

@@ -26,7 +26,8 @@ android {
}
}
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
dependencies {
@@ -35,6 +36,6 @@ dependencies {
compile 'com.android.support:cardview-v7:24.2.0'
compile 'com.android.support:design:24.2.0'
compile 'com.jakewharton:butterknife:8.4.0'
compile 'com.github.angads25:filepicker:1.0.6'
compile 'com.github.michalis-vitos:aFileChooser:master'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
}