When adding:
compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha2'
to the build.gradle file, you will receive an error stating that the dependency could not be resolved.
The 1.0.0-alpha2 version of the dependency doesn't appear to exist on jcenter. 1.0.0-alpha1 works fine though.
When adding:
compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha2'
to the build.gradle file, you will receive an error stating that the dependency could not be resolved. The1.0.0-alpha2
version of the dependency doesn't appear to exist on jcenter.1.0.0-alpha1
works fine though.