skip to Main Content

Android Studio – How to list all dependencies of a library?

When I have an aar library how to list all the dependencies of this aar ? for exemple i have facebook-core-5.15.1.aar and the dependencies are : +--- com.facebook.android:facebook-core:5.15.1 | +--- com.parse.bolts:bolts-android:1.4.0 | | +--- com.parse.bolts:bolts-tasks:1.4.0 | | --- com.parse.bolts:bolts-applinks:1.4.0 |…

VIEW QUESTION
Back To Top
Search