document.write("");

android force依赖某个版本

 

当网络受限,没有所需版本的依赖,但是有其它版本的时候,,

可以使用

configurations.all {
resolutionStrategy.force 'com.android.support:support-annotations:27.0.1'
}

强制使用依赖的指定版本,就不会去找找不到的版本了
posted @ 2021-04-26 16:45  人间春风意  阅读(468)  评论(0)    收藏  举报