Closed pbajurko closed 4 years ago
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
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 }
Hi @pbajurko
Thank for reporting this. We are looking into creating a fix for this and aim to include it in the next release.
Fixed in v5.1.0
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
Steps to reproduce
Integrate plugin in version 5.x.x and follow UPGRADING.md