How To Synchronize Build Variants Among Apps
I am working on a project that contains multiple applications. Several of them contain the same flavors. The same values on a flavor dimension, precisely. I would like to have thei
Solution 1:
Android Studio only changes things based on the "leaf nodes" related to what you are changing, and thus won't ever link up the Apps. I had this same problem and solved it by writing my own Android Studio Plugin
Post a Comment for "How To Synchronize Build Variants Among Apps"