Skip to content

Instantly share code, notes, and snippets.

@eugenebrusov
Created September 14, 2017 09:55
Show Gist options
  • Save eugenebrusov/b7033273b67f01a9aab7e729d74a29dc to your computer and use it in GitHub Desktop.
Save eugenebrusov/b7033273b67f01a9aab7e729d74a29dc to your computer and use it in GitHub Desktop.
Gradle dependency for ConstraintLayout
dependencies {
...
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment