google-services.json was not previously treated as a task input, so changes to that file would not cause the task's UP-TO-DATE check to return false. As a result, the generated values.xml file is never updated unless clean is run after editing the json file, which seems buggy and has customer problems.
See this issue in the firebase-android-sdk repo, as an example.
google-services.json
was not previously treated as a task input, so changes to that file would not cause the task's UP-TO-DATE check to returnfalse
. As a result, the generatedvalues.xml
file is never updated unlessclean
is run after editing the json file, which seems buggy and has customer problems.See this issue in the firebase-android-sdk repo, as an example.