Android Studio 设置强制项目依赖指定版本

Posted Code Man

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android Studio 设置强制项目依赖指定版本相关的知识,希望对你有一定的参考价值。

android Studio设置强制项目依赖指定版本

在项目的主 module 的 build.gradle 的 dependencies 节点里添加 configurations.all , 中的前缀是 resolutionStrategy.force ,后面是指定各module强制依赖的包,例如:

dependencies 
	...
	configurations.all 
		resolutionStrategy.for 'com.google.code.gson:gson:2.9.0' 
	

以上是关于Android Studio 设置强制项目依赖指定版本的主要内容,如果未能解决你的问题,请参考以下文章

Android Studio 设置强制项目依赖指定版本

Android Gradle 插件Android 依赖管理 ⑥ ( 依赖冲突处理 | transitive 依赖传递设置 | exclude 依赖排除设置 | force 强制指定依赖库 )

android gradle 强制版本

如何强制 Android Studio 从欢迎屏幕开始?

android studio 怎么配置gradle

Android Studio 库项目错误