Skip to content

Releases: bugsnag/bugsnag-android-gradle-plugin

v5.3.0

15 Oct 10:35
21d08e2
Compare
Choose a tag to compare
  • Ensure libil2cpp has correct file extension
    #320

  • Remove previous files from intermediate build directory
    #318

  • Automatically search for NDK shared object files in unity projects
    #316

  • Create additional E2E scenarios for Unity SO file upload
    #314

  • Generate shared object mapping files for libunity and libil2cpp
    #312
    #315

  • Register unity shared object generation and upload tasks
    #311

  • Support Unity shared object files in upload task
    #307

  • Generate shared object mapping files in separate class
    #304

  • Separate generation/upload of shared objects into two tasks
    #303

  • Add uploadNdkUnityLibraryMappings flag to bugsnag extension
    #306

  • JNI install task should always takes place if NDK build enabled
    #323

v5.3.0-rc02

07 Oct 16:58
Compare
Choose a tag to compare
v5.3.0-rc02 Pre-release
Pre-release
v5.3.0-rc02

v5.3.0-rc01

06 Oct 14:16
Compare
Choose a tag to compare
v5.3.0-rc01 Pre-release
Pre-release
5.3.0-rc01

v5.2.0

22 Sep 09:04
2859999
Compare
Choose a tag to compare
  • Support mapping upload from Android Gradle Plugin through a proxy
    #298

v5.1.0

17 Sep 13:20
cd3b0e2
Compare
Choose a tag to compare
  • Remove uploadDebugBuildMappings flag in favour of variantFilter
    #301

  • Fix task ordering for upload task on AGP 3.5
    #300

  • Fix bugsnag.sharedObjectPaths not uploading SO files
    #295

v5.0.2

10 Sep 10:50
acc080a
Compare
Choose a tag to compare
  • Reword log messages that implied duplicate uploads
    #296

  • Only set mappingFilesProvider on release task if obfuscation enabled
    #292

  • Fix task dependencies and order for BugsnagManifestUuidTask in AGP <4.1.0
    #294

v5.0.1

26 Aug 10:23
Compare
Choose a tag to compare

Retry request by constructing new OkHttp request
#278

Apply requestTimeoutMs as an idle timeout
#282

Fix Bintray/jcenter publishing
#283

v5.0.0

20 Aug 11:41
75a803e
Compare
Choose a tag to compare

This release contains breaking changes. It contains numerous performance
improvements compared to previous versions of the plugin, such as:

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

v5.0.0-alpha01

17 Aug 14:10
Compare
Choose a tag to compare
v5.0.0-alpha01 Pre-release
Pre-release
v5.0.0-alpha01

v4.7.5

18 May 09:48
27d2d17
Compare
Choose a tag to compare

Add compatibility with AGP 4.0 by using the mappingFileProvider API when possible
#202