Indicate which dependency included a transitive lib with legacy support usage #16
Replies: 4 comments 1 reply
-
Not sure if related, but
The navigation one contains picasso (through some hoops). The zxing lib is depended upon in my build.gradle directly, without hoops.
|
Beta Was this translation helpful? Give feedback.
-
Is this the complete report? |
Beta Was this translation helpful? Give feedback.
-
This is the complete report:
|
Beta Was this translation helpful? Give feedback.
-
Ok. The problem is not directly on
It seems that
So, the plugin report is ok, maybe could be clearer. I created two issues to give more useful information:
I will transform this issue into a discussion. |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
Yes. I am including the mapbox libraries into our project. Mapbox depends on some okhttp version, which depends on a specific picasso version apparently. See mapbox/mapbox-navigation-android#3390 and mapbox/mapbox-navigation-android#2790 for more details.
I knew of this because I had commented there before, but bye-bye-jetifier should have indicated me that as well.
Describe the solution you'd like
Not sure to be honest if it's possible to look at which lib I included caused the actual legacy usage. A good solution for me would be to know that mapbox caused it.
Additional context
Beta Was this translation helpful? Give feedback.
All reactions