I have to use few *.aar libraries in my android project.
I have already added definition of the folder which contains all libraries to the build.gradle and everything wokrs fine.
But the thing I have a problem with is actually to find out which libraries I am actually using in my project. So, the questions are:
- Is it possible to find out which libraries are referenced in a project in Android Studio?
- Is there any place where I can actually manage libraries referenced in my project?