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.
This commit is contained in:
Alexander Gramiak 2022-10-14 23:34:43 -06:00 committed by mergify[bot]
parent cdabd25cd8
commit fbea76df74
1 changed files with 0 additions and 1 deletions

View File

@ -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