Skip to content

Commit 66ec6f2

Browse files
authored
Fix android build on RN72 and gradle 8 (#7760)
1 parent d162630 commit 66ec6f2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/android/app/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ android {
4343
unitTests.includeAndroidResources = true
4444
unitTests.all { t ->
4545
maxHeapSize = "4g"
46-
reports {
47-
html.enabled true
48-
}
4946
testLogging {
5047
events "PASSED", "SKIPPED", "FAILED"
5148
exceptionFormat TestExceptionFormat.FULL

0 commit comments

Comments
 (0)