79213599

Date: 2024-11-22 04:08:58
Score: 1.5
Natty:
Report link

Someone pointed out to me that you could do this in build.gradle app level

configurations {
    all {
        exclude group: 'com.mapbox.common', module: 'common'
    }
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: King Gallant