Suppress lint warning about available Support Library preview versions

Viewed 856

I recently updated the Support Library repository on my computer, and it came with version 24.0.0-alpha1 of the Support Library.

Since this is a preview release, I don't want to use that version yet and want to stick with 23.2.1. However, lint now flags all of my support library dependencies as being out of date.

How can I tell lint to ignore alpha and beta versions?

1 Answers
Related