Android-Exif-Extended icon indicating copy to clipboard operation
Android-Exif-Extended copied to clipboard

android studio 3 gradle:3.0.1

Open geminixandroid opened this issue 8 years ago • 0 comments

In gradle implementation 'it.sephiroth.android.exif:library:+' build error multidex commons-io

fixed by replace to this string implementation ('it.sephiroth.android.exif:library:+') { exclude module: 'commons-io' } implementation 'commons-io:commons-io:2.4'

geminixandroid avatar Apr 05 '18 07:04 geminixandroid