Skip to content

Commit 164a323

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 9fb1b19 commit 164a323

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gradle.properties

+3
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ android.enableJetifier=false
2222
android.useAndroidX=true
2323

2424
android.nonTransitiveRClass=true
25+
26+
# Dependency Analysis Plugin
27+
dependency.analysis.android.ignored.variants=release

0 commit comments

Comments
 (0)