How to add specific library implementations in the gradle based on the build flavors

184 views Asked by At

I want to use some specific libraries that have some usage in the java classes and also in the Android Manifest. But I want to use those libraries and their usage only for a specific product flavor and not for other flavors. I couldn't find the proper solution anywhere.

0

There are 0 answers