AndroidDependencyManagement icon indicating copy to clipboard operation
AndroidDependencyManagement copied to clipboard

Exclude Groups

Open timrijckaert opened this issue 7 years ago • 1 comments

Nice sample,

However how can you exclude groups like this?

rest_mockwebserver     :
    dependencies.create("com.github.andrzejchm.RESTMock:android:$rest_mockwebserver_version") {
        exclude group: "com.squareup.okio"
        exclude group: "com.squareup.okhttp3"
    },

timrijckaert avatar Feb 19 '18 05:02 timrijckaert

Good question! I don't have answer yet, but will share here when I run into it.

handstandsam avatar Apr 04 '18 00:04 handstandsam