How can I get the latest version of ConstraintLayout for Android?
Google finally released the official version 1.1.0 ConstraintLayout
So you can now import the non-beta
compile 'com.android.support.constraint:constraint-layout:1.1.0'
Check here for more info http://tools.android.com/recent/constraintlayout10isnowavailable
EDIT: Now that we are publishing ConstraintLayout directly on maven, you can check the maven directory:
https://dl.google.com/dl/android/maven2/com/android/support/constraint/group-index.xml
Look in the SDK Manager in Android Studio. If you check the "Show Package Details" in the SDK Tools section, you should see all the available verions of ConstraintLayout (under Support Repository -> ConstraintLayout for Android)