I am currently using Android Studio 2.3.3. I wanted to upgrade the support library version from 25.3.1 to 26.0.1. Thus, inside my build.gradle file, I made all the necessary changes and changed all versions of the support library from 25.3.1 to 26.0.1. After that, when I synchronized the project, it shows me an error (I gave a screenshot) in compile 'com.android.support:appcompat-v7:26.0.1
All com.android.support libraries should use the same version ... Found version 26.0.1,25.3.1. Examples include com.android.support:animated-vector-drawable:26.0.1 and com.android. support: exifinterface: 25.3.1 Error
screen
My question is where can I find com.android.support:exifinterface for updates
I tried the same in Android Studio 3.0.0. It showed the same error
source
share