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

Support extracting SO files from bugsnag AARs for library modules #424

Closed fractalwrench closed 3 years ago

fractalwrench commented 3 years ago

Goal

Supports extracting SO files from bugsnag AARs for library modules. This allows linking against bugsnag's NDK API without requiring users to write their own gradle task.

This is backported from #423.

Changeset

Testing