This message was deleted.
# android
s
This message was deleted.
d
flavorNameOneApi("com.foo:feature:1.1.2")
,
flavorNameTwoApi("com.foo:feature:1.1.3")
once you do this, you need to put it in for all 4 flavors.
r
is there a nicer way to do this. Like I do not want to mention all flavors
d
not as far as I’ve see. It’s like doing something unique in the flavor class path, you have to define it on all flavors and take it out of main
t
there would need to be other metadata attached to the variants on both the consumer and publisher. consider like debug/release and a oldNdk/newNdk on the library. -> 4 output variants gets real messy real fast
r
Yeah. Seems like I have to do it in this manner only