Skip to content

Instantly share code, notes, and snippets.

@Velmm
Created December 27, 2017 04:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Velmm/b19037267d7a188b51210ec8b77bb711 to your computer and use it in GitHub Desktop.
Save Velmm/b19037267d7a188b51210ec8b77bb711 to your computer and use it in GitHub Desktop.
Module : build.gradle
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:' + rootProject.android_support_version
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation 'com.android.support:design:'+ rootProject.android_support_version
compile 'com.android.support:recyclerview-v7:'+ rootProject.android_support_version
compile 'com.android.support:cardview-v7:' + rootProject.android_support_version
implementation 'com.github.bumptech.glide:glide:' + rootProject.glide_version
compile 'com.squareup.retrofit2:retrofit:' + rootProject.retrofit_version
compile 'com.squareup.retrofit2:converter-gson:' + rootProject.retrofit_version
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment