android - Soft conflict between two gradle subprojects in AndroidManifest. How can I mark the conflict and solve it? -


there 2 conflicting subproject dependencies in our build system: plugingcm , pluginfirebase, , have project needs both.

the part conflicting them both describe service listens push notification intents , displays toast user. when both present, notification toasts appear doubled.

i'd able mark part of androidmanifest conflicts in each subproject, , select 1 of them during merge.

is possible? if not, how can solve conflict?


Comments