androidartifactsjitpackandroid-module

How to distribute android sdk publically?


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'


Solution

  • By following this guide I upload my SDK globally in jcenter()

    https://medium.com/swlh/android-library-kotlin-creation-access-deploy-problems-fixes-everything-you-want-to-c1a1701f0e8f

    Anyone need help ping me.