Commit 2f4da96f authored by Gus Grubba's avatar Gus Grubba

Disable cruncher for Android builds as it sucks and crashes half the time.

parent 1c2ab59c
......@@ -54,6 +54,10 @@ android {
}
}
aaptOptions {
cruncherEnabled = false
}
lintOptions {
abortOnError false
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment