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 Unity shared object files in upload task #307

Closed fractalwrench closed 4 years ago

fractalwrench commented 4 years ago

Goal

Supports uploading shared object mapping files generated from libunity.so in the upload task. Note that this does not generate the files themselves and only alters the upload task so that they are sent to the correct endpoint.

Changeset

Testing