Android-Exif-Extended
Android-Exif-Extended copied to clipboard
android studio 3 gradle:3.0.1
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'