flavors

  1. Home
  2. chevron_right
  3. flavors

Android Gradle Dependencies by Flavors

Solutions
In a previous post about Gradle Flavors and Build Types, we mentioned that we can set different dependencies inside dependencies{} block by flavors, by build type or both combined. Below we will…

Android Free/Paid Versions Tutorial

Tutorial
There are situations when you might decide that you need to create 2 versions for your application: a free one and a paid one. So, in this tutorial, which is…