Created
January 10, 2018 20:14
-
-
Save mtilbrook-dev/96d8787f60a71d934a711dd626e32f5d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
ext.support_version | |
dependencies { | |
implementation ‘com.android.support.constraint:constraint-layout:1.1.0-beta4’ | |
implementation “com.android.support:customtabs:$support_version” | |
implementation “com.android.support:design:$support_version” | |
implementation “com.android.support:palette-v7:$support_version” | |
implementation “com.android.support:recyclerview-v7:$support_version” | |
implementation “com.android.support:support-dynamic-animation:$support_version” | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment