You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace mode works correctly for primitives, like the applicationIdSuffix property, however not so with manifestPlaceholders property, which is an array - instead of replacing the existing array, a new one - equal to the existing one - is created.
When trying to replace an array value in app/build.gradle file, a new line is added instead of replacing the existing one.
I have a
productFlavors
section that i'm looking to update:Replace mode works correctly for primitives, like the
applicationIdSuffix
property, however not so withmanifestPlaceholders
property, which is an array - instead of replacing the existing array, a new one - equal to the existing one - is created.trapeze config.yaml file:
Currently it results in the following gradle config:
I've tried different configuration variants but nothing really seems to work. Is there something i'm missing in the configuration?
The text was updated successfully, but these errors were encountered: