Gradle: How to apply Flavors for Build Types in Android Studio

Gradle Logo

Gradle is well-known as a central build automation system used in Android Studio IDE developed by Google. To create multiple versions of your application, you would need to modify your app, recompile it and then repeat the procedure with a new version again! This will get messy pretty fast. Thanks to Gradle, getting multiple versions of our app has become extremely easy.

Read More