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

Emit a compatibility error when AGP 7+ is used #390

Closed lemnik closed 3 years ago

lemnik commented 3 years ago

Goal

Emit a helpful compatibility error when the plugin is used with Android Gradle Plugin 7 or higher, as this version of the Bugsnag Gradle Plugin is not compatible.

Testing

A new test fixture has been included to ensure that AGP 7 inclusion fails the build.