Skip to content

Commit

Permalink
No issue: Remove deprecated gradle property
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
fice-t authored and mergify[bot] committed Nov 11, 2022
1 parent cdabd25 commit fbea76d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fbea76d

Please sign in to comment.