Implement Glide image preload in RecyclerView
This commit is contained in:
@@ -152,6 +152,10 @@ dependencies {
|
||||
def glide_version = "4.13.1"
|
||||
implementation "com.github.bumptech.glide:glide:$glide_version"
|
||||
implementation "com.github.bumptech.glide:okhttp3-integration:$glide_version"
|
||||
implementation("com.github.bumptech.glide:recyclerview-integration:$glide_version") {
|
||||
// Excludes the support library because it's already included by Glide.
|
||||
transitive = false
|
||||
}
|
||||
kapt "com.github.bumptech.glide:compiler:$glide_version"
|
||||
|
||||
// https://github.com/androidbroadcast/ViewBindingPropertyDelegate/releases
|
||||
|
||||
Reference in New Issue
Block a user