Someone pointed out to me that you could do this in build.gradle app level
configurations { all { exclude group: 'com.mapbox.common', module: 'common' } }