Skip to content
Snippets Groups Projects
Commit c2ccf1ec authored by licaon-kter's avatar licaon-kter
Browse files

Get commons-io from source, not binary

Fix #1
parent 4f050ffc
No related branches found
No related tags found
No related merge requests found
...@@ -43,5 +43,5 @@ android { ...@@ -43,5 +43,5 @@ android {
dependencies { dependencies {
compile 'com.android.support:appcompat-v7:23.4.0' compile 'com.android.support:appcompat-v7:23.4.0'
compile files('../libs/CompareString.jar') compile files('../libs/CompareString.jar')
compile files('../libs/commons-io-2.4.jar') compile 'commons-io:commons-io:2.4'
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment