diff --git a/app/build.gradle b/app/build.gradle index a02394abc..f2d00f68a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -174,6 +174,7 @@ if (firebaseEnabled()) { task generateContactsXml(type: Copy) { from 'contacts.xml' into "src/main/res/xml/" + outputs.upToDateWhen { file('src/main/res/xml/contacts.xml').exists() } filter { line -> line .replaceAll('%%AUTO_GENERATED%%', 'This file has been automatically generated, do not edit or commit !')