Dec 1, 2014 android build factor file gradle refactor split Split a Gradle Build File TL;DR: If you can, use ext {} with constants (hash). You can do call pointer things too! In the past days I've been
Aug 19, 2014 android gradle hugo java verifyerror version Android java.lang.VerifyError and Boilerplate code TL;DR: Change the java version compatibility in your gradle file (see below) or remove Hugo references from your e.g. "debug" code
Aug 5, 2014 android as daemon gradle speed speedup studio Android - Speed up Building with Android Studio and Gradle I've noticed that building a small application with gradle is slow (in my case because I'm only starting with Android development
Jul 28, 2014 android authentication gradle http proxy studio Gradle and Proxy Authentication in Android Studio Update: This is obsolete as Android Studio is going to eliminate JVM arguments for gradle. See this post for a more future-proof approach. The other