Skip to content

Releases: bugsnag/bugsnag-android-gradle-plugin

v2.1.3

31 Aug 06:04
Compare
Choose a tag to compare

Bug fixes

  • Fix build error during task execution

v2.1.2

30 Aug 10:17
Compare
Choose a tag to compare
  • Avoid creating new build UUIDs for Instant Run builds

2.1.1 (2016-05-18)

18 May 17:35
Compare
Choose a tag to compare
  • Update enableBugsnag feature to be configurable on a per-variant basis
    | Tim Mellor
    | #22

2.1.0 (2016-05-13)

14 May 02:48
Compare
Choose a tag to compare

Enhancements

  • Add configuration option enableBugsnag allowing you to completely disable Bugsnag in certain situations
    | Tim Mellor
    | #21

2.0.1

15 Mar 02:55
Compare
Choose a tag to compare

2.0.1 (2016-03-14)

Bug Fixes

  • Target Java 6 when building, instead of Java 8

2.0.0 (2016-03-11)

14 Mar 22:04
Compare
Choose a tag to compare

This update added a few enhancements making usage easier and more customizable.
There are more details in the
README
about the improvements to configuration. While gradle compatibility is
preserved, this is a breaking change for users of previous versions of the
plugin.

Bug Fixes

v1.2.2

02 Mar 18:13
Compare
Choose a tag to compare
  • Fix bug causing obfuscated variants to not be detected with newer
    Android toolchains