Commit 62375a57 authored by Mygod's avatar Mygod

Enable multi-dex for debug builds

This is not a big deal thanks to min API = 21 and instant run already uses multi-dex anyways.
parent 4904e9c0
......@@ -29,6 +29,7 @@ android {
}
buildTypes {
debug {
multiDexEnabled true
pseudoLocalesEnabled true
}
release {
......
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