Android: Building APKs for different environments using build types and product flavors
Different build types in android can be used to build the same application with different configurations. This can be predefined config values like ‘debuggable’, but you can also define your…