diff --git a/gradle.properties b/gradle.properties index 1e150e2eeb..e787539483 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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