[android] Disabled resolution strategy 'fail on version conflict' for lint

This commit is contained in:
Александр Зацепин 2019-02-05 18:46:08 +03:00 committed by yoksnod
parent e434df10f7
commit 6b570ab183

View file

@ -130,6 +130,9 @@ crashlytics {
}
configurations.all {
if (it.getName().contains("lint"))
return
resolutionStrategy {
force 'com.android.support:multidex:' + propMultiDexVersion