Created
September 14, 2017 09:55
-
-
Save eugenebrusov/b7033273b67f01a9aab7e729d74a29dc to your computer and use it in GitHub Desktop.
Gradle dependency for ConstraintLayout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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