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

Providing sharedObjectPaths doesn't have any effect #293

Closed pbajurko closed 4 years ago

pbajurko commented 4 years ago

Describe the bug

Plugin does not process native symbol files anymore. Looks like plugin's configuration variable is not used anywhere see https://github.com/bugsnag/bugsnag-android-gradle-plugin/search?q=sharedObjectPaths&unscoped_q=sharedObjectPaths

uploadBugsnagNdk-releaseMapping
Starting ndk upload
Processing shared object files

Steps to reproduce

Integrate plugin in version 5.x.x and follow UPGRADING.md

def paths = [
    new File("app/build/jni/libs"),
    new File("app/build/someOtherFolder")
]
bugsnag {
    sharedObjectPaths = paths
}
johnkiely1 commented 4 years ago

Hi @pbajurko

Thank for reporting this. We are looking into creating a fix for this and aim to include it in the next release.

steve-nester-uk commented 4 years ago

Fixed in v5.1.0