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

Add uploadReactNativeMappings flag to plugin extension #327

Closed fractalwrench closed 4 years ago

fractalwrench commented 4 years ago

Goal

Adds the uploadReactNativeMappings flag to the plugin extension. This will be used to check whether a project is React Native or not, which will be used to trigger registration of tasks that upload source maps.

Changeset