github bugsnag/bugsnag-android-gradle-plugin v3.0.0-beta3

latest releases: v7.7.0, v8.2.0, v8.1.0...
7 years ago
  • Support upload of APK splits

Breaking changes

If you run the upload task manually, the task name has now changed to use the VariantOutput name, rather than the Variant name.

./gradlew clean build uploadBugsnag${variantOutputName}Mapping

For example, the following would upload the release mapping file for the x86 split of the javaExample productFlavor in the example module:

./gradlew clean build :example:uploadBugsnagJavaExample-x86-releaseMapping

Don't miss a new bugsnag-android-gradle-plugin release

NewReleases is sending notifications on new releases.