Reputation: 11184
I would like to setup my own library so that others can include it in their build.gradle
file under dependencies.
So something like Picasso
has compile 'com.squareup.picasso:picasso:2.5.2'
or any other library that you can setup as a dependency in your project
I have no idea where to start looking, or what exactly to look for. Does anyone know and can give me a minimal step-by-step "tutorial" or things that I need to do to accomplish this ?
Upvotes: 2
Views: 143