The product flavors support the same properties as defaultConfig
this is because defaultConfig actually belongs to the ProductFlavor class. This means you can provide the base configuration for all flavors in the defaultConfig {}
block, and each flavor can override any of these default values, such as the applicationId
.