Skip to content

Instantly share code, notes, and snippets.

@molidev8
Created June 4, 2022 14:22
Show Gist options
  • Save molidev8/eda5d1b8891e8c9c917b71e2e2b5e4f5 to your computer and use it in GitHub Desktop.
Save molidev8/eda5d1b8891e8c9c917b71e2e2b5e4f5 to your computer and use it in GitHub Desktop.
Gradle dependencies for Glide and OkHttp3
depedencies {
implementation 'com.github.bumptech.glide:glide:4.13.2'
kapt 'com.github.bumptech.glide:compiler:4.13.2'
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
implementation ("com.github.bumptech.glide:okhttp3-integration:4.0.0") {
exclude group: 'glide-parent'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment