exifinterface 27.1.0 , animated-vector-drawable:27.1.1 , All com.android.support libraries must use the exact same version

I have the same problem. it's because of some of libraries that I've used. I think it is picasso.

So now you can add exifinterface library

implementation "com.android.support:exifinterface:27.1.1"

UPDATE

If you use androidx, use this

implementation "androidx.exifinterface:exifinterface:1.0.0"

That's work for me

According to this link , it's for handle EXIF info of pictures

the ability to read and write Exif tags embedded within image files: now with 140 different attributes (almost 100 of them new to Android 7.1/this Support Library!) including information about the camera itself, the camera settings, orientation, and GPS coordinates.

Some of EXIF info show in below picture

EXIF

Tags:

Android

Gradle