Give this a try:
Add this to <manifest/>
xmlns:tools="http://schemas.android.com/tools"
Add this to <application/>
tools:node="replace"
Based on this, it should override all the elements. “Replace the lower priority declaration with the annotated one.”