Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 69de7fc

Browse files
committed
Build: Ignored variants configuration for dependency analysis plugin
FYI: With this configuration only the 'debug' variant (build type) for for all modules is going to be included, with the rest of the variants ignored.
1 parent cedfd36 commit 69de7fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gradle.properties-example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ android.useAndroidX=true
88
android.enableJetifier=false
99

1010
android.nonTransitiveRClass=true
11+
12+
# Dependency Analysis Plugin
13+
dependency.analysis.android.ignored.variants=release

0 commit comments

Comments
 (0)