Skip to content

Commit

Permalink
Fix android build on RN72 and gradle 8 (#7760)
Browse files Browse the repository at this point in the history
  • Loading branch information
yogevbd authored Aug 1, 2023
1 parent d162630 commit 66ec6f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ android {
unitTests.includeAndroidResources = true
unitTests.all { t ->
maxHeapSize = "4g"
reports {
html.enabled true
}
testLogging {
events "PASSED", "SKIPPED", "FAILED"
exceptionFormat TestExceptionFormat.FULL
Expand Down

0 comments on commit 66ec6f2

Please sign in to comment.