How do I create a library in Android Studio and publish it

Asked

Viewed 40 times

1

I would like to know how to create a library in Android Studio and later publish it in a repository and add its dependencies in a project. Something like for example:

implementation 'br.com.luansilveira:teste:1.0.0'

I would also like to know what the existing repositories are and if there are any free or open-source repositories.

  • You have https://jitpack.io/

  • Thanks for the comment. I would be pleased if you had answered the question instead of commenting.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.