Skip to content

Instantly share code, notes, and snippets.

@madeleine-chercover-hs
Last active May 26, 2016 11:05
Show Gist options
  • Select an option

  • Save madeleine-chercover-hs/8bb2b157611a1777afc9b790b015902b to your computer and use it in GitHub Desktop.

Select an option

Save madeleine-chercover-hs/8bb2b157611a1777afc9b790b015902b to your computer and use it in GitHub Desktop.
dependencies {
// Your app's other dependencies
compile 'com.github.bumptech.glide:glide.3.7.0'
compile 'com.android.support:support-v4:23.2.1'
}
@joebowbeer
Copy link

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

Correction, missing colon:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment