Created
June 4, 2022 14:22
-
-
Save molidev8/eda5d1b8891e8c9c917b71e2e2b5e4f5 to your computer and use it in GitHub Desktop.
Gradle dependencies for Glide and OkHttp3
This file contains 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
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