I am trying to use the features from Github to create load images in my android but when I tried to sync the project I got this error
Error:(33, 13) Failed to resolve: com.github.bumbtech.glide:glide:3.7.0
These are the Grade Scripts (Module app) Dependancies that im using
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.android.support:design:25.1.0'
compile 'com.mcxiaoke.volley:library:1.0.18'
compile 'com.android.support:cardview-v7:25.1.1'
compile 'com.android.support:recyclerview-v7:25.1.1'
compile 'com.github.bumbtech.glide:glide:3.7.0'
testCompile 'junit:junit:4.12'
}