mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-18 18:42:46 +00:00
Disable density splits until I can figure out why we're crashing
This commit is contained in:
parent
30ff319b13
commit
88d43bbd40
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user