Using Gradle in Android development.
Gradle is the official build system supported by Google for Android. It is written in Groovy programming language. The Gradle build system for Android supports resource shrinking at build time. This automatically removes resources that are unused from...