Remove redundant dependency-analysis autoapply option

Fixes the warning:

    > Configure project :
    dependency.analysis.autoapply is set to false, but this is now the
    only behavior, and the flag has no effect. You should remove it from
    your build scripts.

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
Joe Groocock
2024-08-28 13:03:19 +00:00
parent 8154aa3319
commit 433cb7da32

View File

@@ -46,6 +46,3 @@ android.experimental.enableTestFixtures=true
# Create BuildConfig files as bytecode to avoid Java compilation phase
android.enableBuildConfigAsBytecode=true
# By default, the plugin applies itself to all subprojects, but we don't want that as it would cause issues with builds using local AARs
dependency.analysis.autoapply=false