From fbea76df74d52ba5fd7daab1628b72b82bae007d Mon Sep 17 00:00:00 2001 From: Alexander Gramiak Date: Fri, 14 Oct 2022 23:34:43 -0600 Subject: [PATCH] No issue: Remove deprecated gradle property This fixes the following build warning with no behavior change: WARNING:The option 'android.enableUnitTestBinaryResources' is deprecated. The current default is 'false'. It has been removed from the current version of the Android Gradle plugin. The raw resource for unit test functionality is removed. --- gradle.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 52c1871a4..9e4bb5ed8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,6 @@ org.gradle.parallel=true kotlin.code.style=official android.useAndroidX=true android.enableJetifier=false -android.enableUnitTestBinaryResources=false # Enables copying of Jetpack Benchmark results from the device to the build directory. android.enableAdditionalTestOutput=true