Skip to content

Commit

Permalink
Fix android build for RN 0.72
Browse files Browse the repository at this point in the history
  • Loading branch information
jshiherlis committed Aug 13, 2023
1 parent 1e51492 commit 95ef166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ android {
testOptions {
unitTests.all { t ->
reports {
html.enabled true
html.required.set true
}
testLogging {
events "PASSED", "SKIPPED", "FAILED", "standardOut", "standardError"
Expand Down

0 comments on commit 95ef166

Please sign in to comment.