From 88d43bbd40897d3fd184d47cb74c4e5195d0b855 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 8 Jun 2018 01:13:00 -0700 Subject: [PATCH] Disable density splits until I can figure out why we're crashing --- app/build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) 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 {