square / sqlbrite

A lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations.
https://square.github.io/sqlbrite/3.x/sqlbrite/
Apache License 2.0
4.57k stars 419 forks source link

Update AGP, lint, and Kotlin to latest. #241

Closed JakeWharton closed 5 years ago

JakeWharton commented 6 years ago

Looks like the same failure as Timber but before we updated deps. Need to track down what the fix there was.

vanniktech commented 6 years ago

There are some general lint warnings that would need to be fixed or turned off. As for the sample it's using @SuppressLint and a comment that says if you want those to be shown toggle the supressions.

JakeWharton commented 6 years ago

The warnings are not the cause of the CI failure.