- 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