JakeWharton / timber

A logger with a small, extensible API which provides utility on top of Android's normal Log class.
https://jakewharton.github.io/timber/docs/5.x/
Apache License 2.0
10.46k stars 962 forks source link

Update Lint #399

Closed MGaetan89 closed 3 years ago

MGaetan89 commented 4 years ago

Attempt to fix #329. I've also fixed a couple of warnings and updated some dependencies.

MGaetan89 commented 4 years ago

@JakeWharton did you have a chance to look at this?

MGaetan89 commented 4 years ago

@JakeWharton did you have time to look at this?

MGaetan89 commented 4 years ago

I've updated my PR to use AGP 4.1.0

kurtisnelson commented 3 years ago

This likely addresses the NPE I am seeing in the checker when upgrading lint in our monorepo.

eygraber commented 3 years ago

Addressed in https://github.com/JakeWharton/timber/pull/417

JakeWharton commented 3 years ago

Thanks for sending this. I'm working backwards mostly so the newer fix went in. Sorry for ignoring so long.