Here’s a short, yet useful, post today. How can you have different “flavors”? For example, how can you release both a free and paid version of your app? It’s actually simple. Add The Base Plugin In both your project level and app level build.gradle files, add this line: apply plugin:’base’ This plugin allows gradle toContinue reading “Build in different “flavors” for your app”
