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 tas
What are the meaning of the aaptOptions .noCompress , etc. Any body can
explain them to me,
aapt options
>
> android {
> aaptOptions {
> noCompress 'foo', 'bar'
> ignoreAssetsPattern
> "!.svn:!.git:!.ds_store:!*.scc:.*:_*:!CVS:!thumbs.db:!picasa.ini:!*~"
> }
> }