nohana / Laevatein

Photo image selection activity set library. Currently under development.
247 stars 45 forks source link

Stop using AppGlideModule #73

Closed hiroyuki-seto closed 6 years ago

hiroyuki-seto commented 6 years ago

http://bumptech.github.io/glide/doc/configuration.html#avoid-appglidemodule-in-libraries 😇

This does mean that libraries won’t be able to use Glide’s generated API, but loads with RequestOptions will still work just fine (see the options page for examples).

We should use RequestOptions instead of AppGlideModule in this library.

ghost commented 6 years ago

Sorry, I'm modify it to use RequestOptions. 🙇