Skip to content
Snippets Groups Projects
Commit 2f4da96f authored by Gus Grubba's avatar Gus Grubba
Browse files

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

parent 1c2ab59c
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,10 @@ android {
}
}
aaptOptions {
cruncherEnabled = false
}
lintOptions {
abortOnError false
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment