Releases: bugsnag/bugsnag-android-gradle-plugin
Releases · bugsnag/bugsnag-android-gradle-plugin
v4.4.1
Skip uploading mapping files for shared objects which have no debug info
#166
v4.4.0
This release is companion update for bugsnag-android v4.15.0, which supports detecting and reporting C/C++ crashes without a separate library.
Since bugsnag-android
now contains native code, update shared object extraction to include libraries from there as well as bugsnag-android-ndk
#164
v4.3.1
- Calculate correct location for objdump on windows, fixing NDK symbol upload
#163
v4.3.0
- Resolve pre-existing CodeNarc style violations
#160
v4.1.2
- Fix task ordering of build UUID generation when shrinkResources enabled
#155
v4.1.1
- Add BUILD_UUID to app bundle manifests
#153
v4.1.0
Note: this version of the plugin will fail the build if a mapping file is not uploaded successfully.
Previously if this occurred the failure would have been logged as an error and the build would have continued.
This behaviour can be disabled by setting failOnUploadError
to false
.
- Fail on upload error
#151
v3.6.0
Bug fixes
- Create tasks for debug variant which are not run by default
#139