I need to manage two different client code in single project so i have used productFlavors and defined flavor for each client.
Now the question is source code base is same for both but need to define different applicationId like
- com.abc
- com.def.
How would I make flavor so that code remain same for both and appId different?
add the code block set
applicationIdlike below :