Downgrade apng library to 2.23.0 (#3676)
Fixes https://github.com/tuskyapp/Tusky/issues/3631
This commit is contained in:
parent
d644f6e6f3
commit
7a832836d4
|
@ -30,7 +30,8 @@ emoji2 = "1.3.0"
|
||||||
espresso = "3.5.1"
|
espresso = "3.5.1"
|
||||||
filemoji-compat = "3.2.7"
|
filemoji-compat = "3.2.7"
|
||||||
glide = "4.15.1"
|
glide = "4.15.1"
|
||||||
glide-animation-plugin = "2.24.0"
|
# Deliberate downgrade, https://github.com/tuskyapp/Tusky/issues/3631
|
||||||
|
glide-animation-plugin = "2.23.0"
|
||||||
gson = "2.10.1"
|
gson = "2.10.1"
|
||||||
kotlin = "1.8.20"
|
kotlin = "1.8.20"
|
||||||
image-cropper = "4.3.2"
|
image-cropper = "4.3.2"
|
||||||
|
|
Loading…
Reference in New Issue