mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-25 15:58:12 +00:00
Improved generateContactsXml task in gradle
This commit is contained in:
parent
a80a2f8049
commit
41869f7289
1 changed files with 1 additions and 0 deletions
|
|
@ -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 !')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue