dependencies { testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:26.1.0' provided files('libs/xUtils-2.6.14.jar') //compile files('libs/android-support-v4.jar') provided 'com.nineoldandroids:library:2.4.0' provided files('libs/compiler-4.7.0.jar') compile files ('libs/glide-full-4.7.0.jar') provided files('libs/annotation-4.7.0 .jar') compile "com.android.support:support-fragment:26.1.0" } configurations.all{ resolutionStrategy { force 'com.android.support:support-v4:26.1.0' } }
confuguration.all 强制全局使用该版本的依赖