I have updated from Glide 3.8.0
to Glide 4.1.1
and I find that part of the code has been compatible
I followed the installation of Started Glide 4
compile 'com.github.bumptech.glide:glide:4.1.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.1.1'
Added MyAppGlideModule.java
and use GlideApp
but I find that .crossfade()
has disappeared