What are the meaning of the dexOptions.incremental, etc. Any body can 
explain them to me.

> dex options
>
> android {
>     dexOptions {
>         incremental false
>         preDexLibraries = false
>         jumboMode = false
>         javaMaxHeapSize "2048M"
>     }
> }
> This affects all tasks using dex.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adt-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to