Skip to content

Instantly share code, notes, and snippets.

@aws1994
Last active March 7, 2018 09:00
Show Gist options
  • Save aws1994/789830ee760b37a04facbb383584f78a to your computer and use it in GitHub Desktop.
Save aws1994/789830ee760b37a04facbb383584f78a to your computer and use it in GitHub Desktop.
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:27.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
// Glide library
implementation 'com.github.bumptech.glide:glide:4.6.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.6.1'
// Volley library
implementation 'com.android.volley:volley:1.0.0'
// Recyclerview Library
implementation 'com.android.support:recyclerview-v7:27.0.2'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment