I am about to create my first custom library. I googled, but unable to find the answer of these question.
- How to add my library on Gradle, so end user only need to write
something like this;
compile 'com.myapp.mylib:1.0.0'
- I have added library in an existing project like this; Now how can i export just library
.aar
file and not run the whole project.