I'm using Glide in my library and trying to increase the timeout
I found this question but using AppGlideModule
in the library is discouraged
and LibraryGlideModule
doesn't generate any api and is not intended to be consumed by the library itself.
I want a way to set the timeout without using the generated api.