forked from organicmaps/organicmaps
[android] Disabled resolution strategy 'fail on version conflict' for lint
This commit is contained in:
parent
e434df10f7
commit
6b570ab183
1 changed files with 3 additions and 0 deletions
|
@ -130,6 +130,9 @@ crashlytics {
|
|||
}
|
||||
|
||||
configurations.all {
|
||||
if (it.getName().contains("lint"))
|
||||
return
|
||||
|
||||
resolutionStrategy {
|
||||
force 'com.android.support:multidex:' + propMultiDexVersion
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue