1.exclude
????compile(...)?{
????????exclude?group:?'com.android.support',?module:?'appcompat-v7'
????????exclude?group:?'com.android.support',?module:?'design'
????}
2.transitive(排除所有的)
????compile?(...){
????????transitive?=?true
????}
1.exclude
????compile(...)?{
????????exclude?group:?'com.android.support',?module:?'appcompat-v7'
????????exclude?group:?'com.android.support',?module:?'design'
????}
2.transitive(排除所有的)
????compile?(...){
????????transitive?=?true
????}