Pull commons-io from Maven repository for Gradle builds

This commit is contained in:
Steve Soltys 2018-11-14 21:40:05 -05:00
parent b00d8d45c7
commit 98297537df

View file

@ -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'
}