Skip to content

Commit 980ce21

Browse files
Fix android build for RN 0.72 (#990)
Co-authored-by: DanielEliraz <danielel@wix.com>
1 parent c29bce6 commit 980ce21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ android {
9797
testOptions {
9898
unitTests.all { t ->
9999
reports {
100-
html.enabled true
100+
html.required.set true
101101
}
102102
testLogging {
103103
events "PASSED", "SKIPPED", "FAILED", "standardOut", "standardError"

0 commit comments

Comments
 (0)