Skip to content

Releases: bugsnag/bugsnag-android-gradle-plugin

v5.7.6

08 Apr 10:07
0f5f901
Compare
Choose a tag to compare
  • Replace Groovy XML library used for parsing AndroidManifest.xml
    #379

v5.7.5

30 Mar 09:35
9eba060
Compare
Choose a tag to compare
  • Improve DexGuard support
    #377

  • Respect versionCodeOverride when using AGP 4.1+ and APK splits
    #375

v5.7.4

04 Mar 11:17
54b4bf4
Compare
Choose a tag to compare
  • Fix nodeModulesDir option not being applied
    #366

v5.7.3

02 Feb 15:48
ca743b9
Compare
Choose a tag to compare
  • Support uploading JS sourcemaps generated with Hermes
    #362

v5.7.2

27 Jan 12:00
1dcf06f
Compare
Choose a tag to compare
  • Add support for DexGuard 9
    #359

v5.7.1

18 Jan 16:48
76731fa
Compare
Choose a tag to compare
  • Add warning in BAGP for React Native when running via react-native CLI
    #357

v5.7.0

13 Jan 17:02
f413629
Compare
Choose a tag to compare
  • Support AGP 4.2
    #350

  • Prevent Windows crash when generating Unity mapping files
    #344

  • Support uploading JS sourcemaps for React Native projects
    #346

v5.6.0

03 Dec 14:16
90b4212
Compare
Choose a tag to compare

Bump version to prevent v5.5.0-alpha01 being picked up by users with wildcard dependency versions.

v5.5.0-alpha01

01 Dec 09:57
8f68016
Compare
Choose a tag to compare
v5.5.0-alpha01 Pre-release
Pre-release
Merge pull request #345 from bugsnag/PLAT-5509

Tweak error message for missing source-map tool

v5.4.0

04 Nov 13:47
9dc689d
Compare
Choose a tag to compare

This release improves performance by always compressing ProGuard/R8 mapping files before attempting upload.
Depending on the contents of the mapping file, this can reduce the upload size by ~80%.

  • Create separate task for generating JVM mapping file
    #335

  • Compress JVM mapping files using gzip
    #336