I made a android library in github that i want to add to Gradle, that other people can add compile "my project ..." to there android build. how can i upload it to Gradle?
(I didn't find an answer for this anywhere)
EDIT: To clear my question, I want to release a library for developers.
Thanks