I\'m having problem with manifest merger with duplicated receivers but the content is different. I use the following receivers for different API levels, had no issue so far
perhaps you can set
android { useOldManifestMerger true }
in your build.gradle file and this worked fine in my project you can see more details here