feat(android): Use .jpg instead of .jpeg

This commit is contained in:
PapaTutuWawa 2023-09-20 22:12:53 +02:00
parent 3c0db620c8
commit ed2a928d12

View File

@ -7,7 +7,7 @@ object MimeUtils {
"image/apng" to ".apng",
"image/avif" to ".avif",
"image/gif" to ".gif",
"image/jpeg" to ".jpeg",
"image/jpeg" to ".jpg",
"image/webp" to ".webp",
)
}