Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8462cddd authored by tibbi's avatar tibbi
Browse files

add image/x-adobe-dng mimetype to raw dng files

parent cba4dcb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ buildscript {
        propMinSdkVersion = 16
        propTargetSdkVersion = propCompileSdkVersion
        propVersionCode = 1
        propVersionName = '3.2.0'
        propVersionName = '3.2.1'
        kotlin_version = '1.2.0'
        support_libs = '27.0.2'
    }
+1 −0
Original line number Diff line number Diff line
@@ -225,6 +225,7 @@ fun String.getMimeTypeFromPath(): String {
        put("dll", "application/x-msdownload")
        put("dll.config", "text/xml")
        put("dlm", "text/dlm")
        put("dng", "image/x-adobe-dng")
        put("doc", "application/msword")
        put("docm", "application/vnd.ms-word.document.macroEnabled.12")
        put("docx", "application/vnd.openxmlformats-officedocument.wordprocessingml.document")