Solutions for different problems, might not contain code
Android Gradle Dependencies by Flavors
1 Comment
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…
Read More