In gradle, should I exclude all dependencies under a branch or just the root is enough?

谁说我不能喝 提交于 2019-12-05 19:09:55

Exclude play-services-base should be enough. Since you've excluded the parent dependency, support-v4 and support-annotations will not be provided, if nothing more depends on it.

If there are some more dependencies, which need to have support-v4 and support-annotations for the same configuration, then you have to exclude them additionally, but it could be done once for whole configuration.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!