diff --git a/app/build.gradle b/app/build.gradle index 9ca59f43..316c2667 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -52,6 +52,12 @@ android { // to manually switch language in settings. enableSplit = false } + density { + // FIXME: This should not be neccessary but we get + // weird crashes due to missing drawable resources + // when this split is enabled. + enableSplit = false + } } buildTypes {