This release contains breaking changes. It contains numerous performance
improvements compared to previous versions of the plugin, such as:
- Supporting up-to-date checks
- Supporting task configuration avoidance
- Supporting the configuration cache
- Avoidance of unnecessary work
See the Upgrade Guide for migration instructions.
Changes
Support configuration caching
#257
Change how bugsnag plugin is disabled for build variants
#255
Convert plugin extension to use property syntax
#251
Deduplicate unnecessary upload requests for APK splits
#248
Switch to OkHttp for networking
#247
#268
#269
Specify shared object files as input for ndk task
#243
Make upload tasks support up-to-date checks
#239
Avoid unnecessary SO mapping file uploads for ABI splits
#238
Alter bugsnag extension to allow multiple shared object paths
#237
Support for manifest processing in AGP 4.1.0-alpha04 and above
#234
#236
#240
Alter bugsnag tasks to support the Incremental Build API
#230
Rename properties on bugsnag extension that control request autoUpload
#231
Bump supported JDK version to 8
#224
Use register() rather than create() for adding tasks
#221
#227
Remove unused BugsnagProguardConfigTask
#209
Make AGP dependency compile only
#211
Remove apiKey property from bugsnag plugin extension
#210