wordpress-mobile / WordPress-Login-Flow-Android

Pluggable WordPress login flow for Android
GNU General Public License v2.0
14 stars 3 forks source link

Update WordPress-Lint-Android version #143

Closed mkevins closed 1 month ago

mkevins commented 1 month ago

Description

This PR bumps the version of WordPress-Lint-Android to 2.1.0, which fixes an issue with false positives when warning about missing null annotations for enums.

Test

In Android Studio, navigate to a Java file that has an enum declaration. It should no longer warn about missing null annotations for the enum.

mkevins commented 1 month ago

Thank you for reviewing and testing!