Skip to content

Releases: bugsnag/bugsnag-android-gradle-plugin

v4.4.1

19 Jun 12:18
Compare
Choose a tag to compare

Skip uploading mapping files for shared objects which have no debug info
#166

v4.4.0

10 Jun 10:25
47f1200
Compare
Choose a tag to compare

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

31 May 09:19
Compare
Choose a tag to compare
  • Calculate correct location for objdump on windows, fixing NDK symbol upload
    #163

v4.3.0

30 May 09:41
edb50f4
Compare
Choose a tag to compare
  • Resolve pre-existing CodeNarc style violations
    #160

v4.2.0

16 Apr 09:52
Compare
Choose a tag to compare
  • Alter NDK project detection to check for the cmake/ndkbuild path
    #156

  • Disable proguard mapping task setup when variant does not obfuscate
    #157

v4.1.2

02 Apr 09:55
f250ee2
Compare
Choose a tag to compare
  • Fix task ordering of build UUID generation when shrinkResources enabled
    #155

v4.1.1

21 Mar 16:28
f402ad5
Compare
Choose a tag to compare
  • Add BUILD_UUID to app bundle manifests
    #153

v4.1.0

13 Mar 11:19
b584aef
Compare
Choose a tag to compare

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

v4.0.0

23 Jan 10:55
2306223
Compare
Choose a tag to compare
  • Remove support for Jack compiler
    #142

  • Address provider api warnings
    #146

v3.6.0

12 Dec 14:40
7e985dd
Compare
Choose a tag to compare
  • Support automatic upload when building App Bundles
    #137

  • Manually calculate location of objdump in gradle plugin
    #136

Bug fixes

  • Create tasks for debug variant which are not run by default
    #139