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

Make the plugin compatible with AGP7 #394

Closed lemnik closed 3 years ago

lemnik commented 3 years ago

Goal

Change the bugsnag-android-gradle-plugin to be compatible with Android Gradle Plugin 7. The plugin is now compiled against the AGP 7 API, all backwards compatible code has been removed.

Testing

The maze-runner tests are not expected to pass yet, although they will now build and can run if run using AGP 7 and Gradle 7.