From 91b49f74e18cfc045ad0b92726ca1f2418af6b8f Mon Sep 17 00:00:00 2001 From: Roland Yeghiazaryan Date: Thu, 8 Sep 2022 16:43:07 +0200 Subject: [PATCH] Replace deprecated property `enabled` with `required` --- lib/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/android/app/build.gradle b/lib/android/app/build.gradle index 9d9e3689d5f..fd132135e3d 100644 --- a/lib/android/app/build.gradle +++ b/lib/android/app/build.gradle @@ -44,7 +44,7 @@ android { unitTests.all { t -> maxHeapSize = "4g" reports { - html.enabled true + html.required true } testLogging { events "PASSED", "SKIPPED", "FAILED"