Last active
March 7, 2018 09:00
-
-
Save aws1994/789830ee760b37a04facbb383584f78a 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
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