auth0 / Guardian.Android

Android toolkit for Auth0 Guardian API
https://auth0.com/guardian
MIT License
5 stars 18 forks source link

Update build.gradle #73

Closed doilio closed 5 years ago

doilio commented 6 years ago

Replaced

compilewith implementation testCompilewith testImplementation

The compile configuration is now deprecated and should be replaced by implementation or api. From Gradle Documentation

thatfiredev commented 6 years ago

@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.

damieng commented 5 years ago

Superseded by #82