I've been using this code to remove a permission i dont want from Manifest file, however with the new Merger this is not possible anymore and i don´t have the knowledge with gradle to modify it. applicationVariants.all { variant -> variant.processManifest.doLast { println("configuring AndroidManifest.xml removing READ_CALL_LOG"); def manifestFile = new File("${buildDir}/intermediates/manifests/${v