Closed vpavic closed 5 years ago
This PR upgrades the project to use Gradle 5.2.1 and updates build script to use implementation/testImplementation configurations instead of deprecated compile/testCompile.
implementation
testImplementation
compile
testCompile
It also upgrades the following implementation dependencies:
It also upgrades the following testImplementation dependencies:
This PR upgrades the project to use Gradle 5.2.1 and updates build script to use
implementation
/testImplementation
configurations instead of deprecatedcompile
/testCompile
.It also upgrades the following
implementation
dependencies:It also upgrades the following
testImplementation
dependencies: