Rightpoint / android-template

A `cookiecutter` template for Android projects
28 stars 4 forks source link

Add dependency checks #62

Closed jonduran3000 closed 5 years ago

jonduran3000 commented 5 years ago

Due to how the Gradle dependencies are declared we no longer have the benefit of Android Studio giving us a lint warning when the dependency is out of date. This adds a Danger bot check to update any dependencies that get out of date. The Danger bot will leave a comment directly on a PR.