查看app下的项目依赖版本
./gradlew :app:dependencies --configuration releaseCompileClasspath
查看Module, 示例如下
./gradlew :{Module的名字}:dependencies --configuration releaseCompileClasspath
示例:查看library下的项目依赖版本
./gradlew :library:dependencies --configuration releaseCompileClasspath
标签:依赖,查看,--,gradlew,releaseCompileClasspath,dependencies,configuration
From: https://www.cnblogs.com/IT-IOS-MAN/p/16891230.html