I've been struggling trying to get the builds to be faster, they are much slower than what we saw with Eclipse/Ant. I just can't seem to win with gradle.
So I have an update on this. It seems setting jumboMode = true DOES fix this issue (even without stripping unused play services classes). However, you must delete the build folders in the project, as AS doesn't seem to properly clean the project. Once I deleted the build folders, and rebuilt, it worked fine.
However, if I modify any java file, the build fails with a DexException, saying multiple dex files define file ....
Is this due to me using an incremental build? When I clean and rebuild, the project builds fine. But that defeats the whole purpose of using incremental builds :).
Ryan