我现在这个com.zhihu.android:matisse:0.5.2-beta2库里面有1.0.4的
it.sephiroth.android.library.imagezoom
假设我现在需要在主工程使用it.sephiroth.android.library.imagezoom 可以使用以下作法
implementation 'it.sephiroth.android.library.imagezoom:imagezoom:2.3.0'//我主工程使用的
implementation ('com.zhihu.android:matisse:0.5.2-beta2'){
exclude group:'it.sephiroth.android.library.imagezoom'//加载时排除这个包
}
网友评论