Search code examples
androidandroid-webservice

Getting error while applying Glide dependency


*Error:(30, 13) Failed to resolve: com.github.bumptech.glide:glide:4.0.0-RC0**

Show in File

Show in Project Structure dialog

I am using android studio version 2.3.2


Solution

  • Try different version

    compile 'com.github.bumptech.glide:glide:3.8.0'
    

    OR

    compile 'com.github.bumptech.glide:glide:3.5.2'
    compile 'com.android.support:support-v4:22.0.0'