Closed doilio closed 5 years ago
Replaced
compilewith implementation testCompilewith testImplementation
compile
implementation
testCompile
testImplementation
The compile configuration is now deprecated and should be replaced by implementation or api. From Gradle Documentation
@doilio Travis CI build is failing here because this project is still using gradle 2.3.2. You should update it to gradle 3.x.x or higher in order to use implementation.
Superseded by #82
Replaced
compile
withimplementation
testCompile
withtestImplementation
The compile configuration is now deprecated and should be replaced by implementation or api. From Gradle Documentation