I have build SDK with android modules(aar). How to distribute SDK publically. i.e I want to download this via Gradle build without giving credential
example
implementation 'com.squareup.dagger:dagger:1.2.2'
By following this guide I upload my SDK globally in jcenter()
Anyone need help ping me.