add the filepicker
This commit is contained in:
parent
32fe796d66
commit
251ccd8078
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,10 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
exclude 'META-INF/library-compileDebugKotlin.kotlin_module'
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main.java.srcDirs += 'src/main/kotlin'
|
||||
}
|
||||
|
@ -43,6 +47,7 @@ dependencies {
|
|||
compile 'com.theartofdev.edmodo:android-image-cropper:2.3.1'
|
||||
compile 'com.booking:rtlviewpager:1.0.1'
|
||||
compile 'com.simplemobiletools:fileproperties:1.0.2@aar'
|
||||
compile 'com.simplemobiletools:filepicker:1.3.7@aar'
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
|
||||
apt 'com.jakewharton:butterknife-compiler:8.0.1'
|
||||
|
|
Loading…
Reference in a new issue