Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 404 Bytes

UPGRADING.md

File metadata and controls

13 lines (10 loc) · 404 Bytes

Upgrading Guide

Upgrade from 3.X to 4.X

This release removes support for the Jack compiler, but is otherwise backwards compatible. Update the version number to 4.+ to upgrade:

dependencies {
    classpath 'com.bugsnag:bugsnag-android-gradle-plugin:4.+'
}