Skip to content

Commit 37d6939

Browse files
authored
Update android-release-aar.gradle
1 parent d849c5c commit 37d6939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-release-aar.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ uploadArchives {
4343
if (!xmlOptional) {
4444
xmlOptional = xmlDep.appendNode('optional')
4545
}
46-
xmlOptional.value = 'true';
46+
xmlOptional.value = 'true'
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)