Closed
Description
Our CI environment highlighted the following transitive dependency being pulled in to our build:
-+--- com.bugsnag:bugsnag-android:4.5.0
-| \--- com.android.support:support-annotations:27.0.0 -> 27.1.1
++--- com.bugsnag:bugsnag-android:4.6.0
+| +--- com.android.support:support-annotations:27.0.0 -> 27.1.1
+| \--- com.facebook.infer.annotation:infer-annotation:0.11.2
+| \--- com.google.code.findbugs:jsr305:3.0.1
Here's the line in question:
bugsnag-android/sdk/build.gradle
Line 68 in 0200a0e
Since Infer is a static analyzer tool, might it be better to add it as a buildscript dependency or use a plugin like: https://github.com/uber-common/infer-plugin?
Metadata
Assignees
Labels
No labels