Skip to content

infer-annotation bundled in SDK #366

Closed
@jrodbx

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:

compile "com.facebook.infer.annotation:infer-annotation:0.11.2"

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions