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

Obsolete custom lint check warnings #406

Closed boswelja closed 3 years ago

boswelja commented 3 years ago

I've switched to Gradle 7.0 and I've been getting warnings from this library about obsolete lint checks. Seems like we just need to recompile against a newer Lint version. Obsolete custom lint check: Lint found an issue registry (`timber.lint.TimberIssueRegistry`) which is older than the current API level; these checks may not work correctly. Recompile the checks against the latest version. Custom check API version is 1 (3.1), current lint API level is 8 (4.1)

batadamnjanovic commented 3 years ago

Also with Gradle 6.5 and Gradle plugin 4.1.1

Lint found an issue registry (timber.lint.TimberIssueRegistry) which is older than the current API level; 
these checks may not work correctly.

Recompile the checks against the latest version. 
Custom check API version is 1 (3.1), current lint API level is 8 (4.1+)
JakeWharton commented 3 years ago

Dupe of #329.