Bugsnag Android Gradle Plugin Versions Save

Gradle plugin for BugSnag which uploads ProGuard, DexGuard and NDK mapping files, and sends build notifications

v8.1.0

8 months ago

Enhancements

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

v7.6.0

8 months ago

Enhancements

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

v8.0.1

1 year ago

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

1 year ago

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

1 year ago

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

1 year ago

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

1 year ago

Bug Fixes

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

v7.4.0

1 year ago

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

1 year ago
  • 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

1 year ago
  • 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