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.41k stars 959 forks source link

Update jetbrains-annotations dependency to current #398

Closed mikehardy closed 4 years ago

mikehardy commented 4 years ago

Hey @JakeWharton looks like the Timber repo is pretty static, but this is a quick jetbrains-annotations dependency bump that passes ./gradlew clean test in my fork anyway

I suppose if nothing merges + releases here I can just exclude jetbrains-annotations from my timber dep so it doesn't transitively constrain me from updating the dep since it appears to work fine

Cheers

Fixes #391