Skip to content

v6.0.0

Choose a tag to compare

@mlynch mlynch released this 11 Nov 18:03
· 143 commits to main since this release

Added support for inserting variable assignments into gradle files #120.

Breaking changes

The signature for the insertProperties method on GradleFile has been modified to add a third argument before the exact argument. The new signature is

async insertProperties(pathObject: any, toInject: any[], type: AndroidGradleInjectType = AndroidGradleInjectType.Method, exact: boolean = false): Promise<void>