timber v4.6.0 Release Notes

Release Date: 2017-10-30 // over 6 years ago
    • New: Lint checks have been ported to UAST, their stability improved, and quick-fix suggestions added. They require Android Gradle Plugin 3.0 or newer to run.
    • New: Added nullability annotations for Kotlin users.
    • Fix: Tag length truncation no longer occurs on API 24 or newer as the system no longer has a length restriction.
    • Fix: Handle when a null array is supplied for the message arguments. This can occur when using various bytecode optimization tools.