I use \'com.android.support:support-v4:23.3.0\' in my build.gradle but when explore external libraries I see two version of support-v4 library (23.
\'com.android.support:support-v4:23.3.0\'
build.gradle
I can't add comment so I link here:
https://stackoverflow.com/a/37357786/3442734
use:
configurations.all { resolutionStrategy.force 'com.android.support:support-v4:24.0.0' }