Disable density splits until I can figure out why we're crashing

This commit is contained in:
Cameron Gutman 2018-06-08 01:13:00 -07:00
parent 30ff319b13
commit 88d43bbd40

View File

@ -52,6 +52,12 @@ android {
// to manually switch language in settings. // to manually switch language in settings.
enableSplit = false 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 { buildTypes {