bugsnag / bugsnag-android-gradle-plugin

Gradle plugin for BugSnag which uploads ProGuard, DexGuard and NDK mapping files, and sends build notifications
https://docs.bugsnag.com/build-integrations/gradle/
MIT License
70 stars 38 forks source link

fix(gradle): replaced jcenter with mavenCentral #386

Closed lemnik closed 3 years ago

lemnik commented 3 years ago

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

fractalwrench commented 3 years ago

@lemnik one note - this should target next rather than master