I created an android library that acts as a wrapper. I use some dependencies in the library notably Volley
and Google Play Services
. When I try to paste the .aar file in the project and compile it these libraries are not being imported and they throw an error. When I manually add these dependencies in the build.gradle
of the new project then they work fine.
Is there way so that whenever my library is added it will auto import all the required dependencies?