This configuration is able to change the value of compileSdkVersion correctly but not the rest.
I don't know if there is a problem in my yaml file or with trapeze, can you help please ? Thanks
edit : Also it seems that the issue is happening when we try to modify the same file multiple times ; if there is 2+ modifications in a single file, the first one is taken into account then trapeze goes to the next file in the list and does the same thing : makes only the first modification it sees and goes to next file in line, etc...
Hello, I need to replace the values of multiple line in my
variables.gradle
but it seems that trapeze only go for the first change it sees.Here is my
config.yml
at the gradle level:This configuration is able to change the value of
compileSdkVersion
correctly but not the rest.I don't know if there is a problem in my yaml file or with trapeze, can you help please ? Thanks
edit : Also it seems that the issue is happening when we try to modify the same file multiple times ; if there is 2+ modifications in a single file, the first one is taken into account then trapeze goes to the next file in the list and does the same thing : makes only the first modification it sees and goes to next file in line, etc...