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/
– mrocigno
Thanks for the comment. I would be pleased if you had answered the question instead of commenting.
– Luan Silveira