diff --git a/bin/templates/project/build.gradle b/bin/templates/project/build.gradle index ce59e32f..2e4d5cbb 100644 --- a/bin/templates/project/build.gradle +++ b/bin/templates/project/build.gradle @@ -190,3 +190,6 @@ def addSigningProps(propsFilePath, signingConfig) { } } +if (file('build-extras.gradle').exists()) { + apply from: 'build-extras.gradle' +}