Pull commons-io from Maven repository for Gradle builds
This commit is contained in:
parent
b00d8d45c7
commit
98297537df
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ preBuild {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
provided fileTree(include: ['android.jar', 'libcore.jar'], dir: 'libs')
|
||||
compileOnly fileTree(include: ['android.jar', 'libcore.jar'], dir: 'libs')
|
||||
|
||||
compile fileTree(include: ['commons-io-2.6.jar'], dir: 'libs')
|
||||
compile group: 'commons-io', name: 'commons-io', version: '2.6'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue