When I try to use ConstraintLayout
in my layout content_main.xml
, I get the following message:
Using version 1.0.0-alpha5 of the constraint library, which is obsolete
I am currently using the following library dependency:
compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha5'
How can I get the latest version number of constraint layout?