We have a LINT warning about our Targeted Android version:
Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the android.os.Build.VERSION_CODES javadoc for details.
This warning suggests that we fix it to the latest because the operating system may add things we don't expect in order to version old features that they are trying to remove.
We have a LINT warning about our Targeted Android version:
Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the android.os.Build.VERSION_CODES javadoc for details.
This warning suggests that we fix it to the latest because the operating system may add things we don't expect in order to version old features that they are trying to remove.
We should try to set it to max and test.