feat(android): Use .jpg instead of .jpeg
This commit is contained in:
parent
3c0db620c8
commit
ed2a928d12
@ -7,7 +7,7 @@ object MimeUtils {
|
|||||||
"image/apng" to ".apng",
|
"image/apng" to ".apng",
|
||||||
"image/avif" to ".avif",
|
"image/avif" to ".avif",
|
||||||
"image/gif" to ".gif",
|
"image/gif" to ".gif",
|
||||||
"image/jpeg" to ".jpeg",
|
"image/jpeg" to ".jpg",
|
||||||
"image/webp" to ".webp",
|
"image/webp" to ".webp",
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user