Skip to content

Releases: bugsnag/bugsnag-android-gradle-plugin

v8.1.0

28 Sep 10:32
4702241
Compare
Choose a tag to compare

Enhancements

  • Allow DexGuard version to be specified manually (as bugsnag.dexguardMajorVersion) for DexGuard < 9
    #531

v7.6.0

27 Sep 15:02
3d02f6a
Compare
Choose a tag to compare

Enhancements

  • Allow DexGuard version to be specified manually (as bugsnag.dexguardMajorVersion) for DexGuard < 9
    #531

v8.0.1

02 May 16:03
86d31c9
Compare
Choose a tag to compare

Bug Fixes

  • Removed git --version run from the configuration phase, improving compatibility with Gradle configuration caching
    #524
  • Fixed a Version parse bug which blocked the use of Gradle Nightly builds
    #525

v8.0.0

24 Apr 15:30
a4c9a86
Compare
Choose a tag to compare

Enhancements

  • Determine the NDK version being used based on the package.xml files within the NDK directories, with a fallback to the directory-name.
    #515
  • bugsnag.enableNdkLinkage can be set to false to suppress the extraction of the bugsnag-plugin-android-ndk package in projects that don't use our NDK plugin, suppressing "Configuration was resolved at configuration time" warnings as a result.
    #520

v7.5.0

20 Apr 15:11
460a711
Compare
Choose a tag to compare

Enhancements

  • Determine the NDK version being used based on the package.xml files within the NDK directories, with a fallback to the directory-name.
    #514

v8.0.0-beta01

01 Mar 17:40
0131ac1
Compare
Choose a tag to compare
v8.0.0-beta01 Pre-release
Pre-release

Enhancements

  • Support for Android Gradle Plugin 8.0+
    #500
  • NDK: objcopy is now the default symbol-extraction mechanism (useLegacyNdkSymbolUpload is false by default)
    #505

v7.4.1

22 Feb 14:29
2a65394
Compare
Choose a tag to compare

Bug Fixes

  • Fix task ordering when using DexGuard and a bundle*** task
    #496
  • Improve support for Gradle Configuration Caching
    #491
    #499

v7.4.0

10 Nov 10:31
2184f1c
Compare
Choose a tag to compare

Enhancements

  • Support using objcopy instead of objdump to extract native symbols (when supported by the current NDK).
    #484

Bug Fixes

  • Fix FileAlreadyExistsException errors when building ReactNative projects with Hermes
    #482

v7.3.1

05 Oct 14:08
3055331
Compare
Choose a tag to compare
  • Fixed a bug where using ndkBuild generated empty some mapping files which could not be uploaded
    #478
  • Support ReactNative projects using Hermes
    #477

v7.3.0

27 Jul 11:09
2ab4297
Compare
Choose a tag to compare
  • Emit an error if the ReactNative bundle task cannot be found instead of silently failing
    #470
  • Do not fail builds for Expo apps, which do not depend on @bugsnag/react-native
    #471
  • Basic support for Gradle Config Caching by collecting VariantOutput info earlier in the configuration
    #469