mirror of
https://github.com/accelforce/Yuito
synced 2024-12-23 05:55:20 +01:00
support animated PNGs and WEBPs (#2244)
This commit is contained in:
parent
e6622e65c7
commit
d1d564a7e2
@ -137,6 +137,9 @@ dependencies {
|
||||
|
||||
implementation "com.github.bumptech.glide:glide:$glideVersion"
|
||||
implementation "com.github.bumptech.glide:okhttp3-integration:$glideVersion"
|
||||
kapt "com.github.bumptech.glide:compiler:$glideVersion"
|
||||
|
||||
implementation "com.github.penfeizhou.android.animation:glide-plugin:2.12.0"
|
||||
|
||||
implementation "io.reactivex.rxjava3:rxjava:3.0.12"
|
||||
implementation "io.reactivex.rxjava3:rxandroid:3.0.0"
|
||||
|
@ -0,0 +1,7 @@
|
||||
package com.keylesspalace.tusky.util
|
||||
|
||||
import com.bumptech.glide.annotation.GlideModule
|
||||
import com.bumptech.glide.module.AppGlideModule
|
||||
|
||||
@GlideModule
|
||||
class GlideModule : AppGlideModule()
|
Loading…
Reference in New Issue
Block a user