pinchbv / android-analyzer

Android Gradle plugin for faster Sonarqube integration in Android projects. Supports Detekt and Jacoco out of the box.
http://pinch.nl
GNU General Public License v3.0
91 stars 16 forks source link

Update to existing version of detekt-gradle-plugin #15

Closed perchrh closed 5 years ago

perchrh commented 5 years ago

Old versions of ‘detekt’ have been removed from the Maven repository and cannot be resolved. This makes android-analyzer fail compile time in a gradle project. This commit updates the version of 'detekt' to the latest stable. It works without any issues when analyzing my android project.

AndroideRob-zz commented 5 years ago

Huge thanks for finding this out and making a pull request. On it.