Hello Team Glide,
I recently updated Glide library in project to
compile 'com.github.bumptech.glide:glide:4.4.0'
from
compile 'com.github.bumptech.glide:glide:3.7.0'
As soon as I run the project after the update, it gave me the error on crossFade() method, as attached in the screenshot.
Is the method deprecated in the new update? If so, what method I shall use to get the effect that was in the crossFade() method. Any further guidance would be appreciated.
Regards
Mohammedsalim S.
Thank you @sjudd. I found the solution in the documentation you shared. Hence, I am closing this thread.
implementation 'com.github.bumptech.glide:glide:3.7.0'
add this dependencies because it work in older version alright go ahead
Most helpful comment
Thank you @sjudd. I found the solution in the documentation you shared. Hence, I am closing this thread.