We do now require the latest analyzer since the withNullability parameter was previously required, we can't cleanly remove it without also increasing the dependency.
We also seem to be getting a few more lints triggered on the latest dev, which this should fix.
Also updates the min SDK to ~3.3.0~ 3.4.0 across the board (analyzer 6.5.0 requires this).
We do now require the latest analyzer since the
withNullability
parameter was previously required, we can't cleanly remove it without also increasing the dependency.We also seem to be getting a few more lints triggered on the latest dev, which this should fix.
Also updates the min SDK to ~3.3.0~ 3.4.0 across the board (analyzer 6.5.0 requires this).