Remove jcenter from the repository list of the bugsnag-android-gradle-project:
Replace jcenter reference in the plugin project with mavenCentral
Bump detekt to version 1.17.1 to avoid dependencies served only from jcenter
Rerun the detekt baseline to cover the existing codebase
This does not cover the jcenter references in the test fixtures as these specifically cover versions of AGP that have transitive dependencies on jcenter.
Goal
Remove jcenter from the repository list of the bugsnag-android-gradle-project:
This does not cover the jcenter references in the test fixtures as these specifically cover versions of AGP that have transitive dependencies on jcenter.
Testing
Relied on existing tests