Gradle 2.5 dependency substitution support
Pre-release
Pre-release
Release Notes
This version of Pride works with the upcoming Gradle 2.5's new built-in dependency substitution support. This means you cannot use earlier versions of Gradle with it. On the plus side, it will now work much better.
- no more
dynamicDependencies {}
: you can declare your dependencies straight in the standarddependencies {}
block - transitive dependencies are replaced with project dependencies correctly