add two settings to configure image caching

This commit is contained in:
dkanada 2020-06-20 02:00:02 +09:00
commit ee6fd61d43
7 changed files with 93 additions and 0 deletions

View file

@ -74,6 +74,9 @@
<meta-data
android:name="com.lge.support.SPLIT_WINDOW"
android:value="true" />
<meta-data
android:name="com.dkanada.gramophone.glide.CustomGlideModule"
android:value="GlideModule" />
<meta-data
android:name="com.bumptech.glide.integration.okhttp3.OkHttpGlideModule"
android:value="GlideModule" />