Skip to content

Commit 7245384

Browse files
authored
Update build.gradle
1 parent 1ea05cb commit 7245384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-artifacts/project-template-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def updateProductFlavorsContent(flavor, dimensionName, oldContent) {
276276
return newContent;
277277
}
278278

279-
def createProductFlavorsContent(flavor, dimensionName, includeAndroidContent = true, oldContent = "")
279+
def createProductFlavorsContent(flavor, dimensionName, includeAndroidContent = true)
280280
{
281281
if (includeAndroidContent)
282282
{

0 commit comments

Comments
 (0)