0

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'

Arul
  • 1,031
  • 13
  • 23
  • 2
    Have you checked this post https://stackoverflow.com/questions/26874498/publish-an-android-library-to-maven-with-aar-and-source-jar – Swayangjit Nov 04 '19 at 07:02
  • https://inthecheesefactory.com/blog/how-to-setup-private-maven-repository/en i follow this guide to deploy to jfrog artifacts but its require credential to implement sdk – Arul Nov 04 '19 at 07:17

1 Answers1

0

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.

Arul
  • 1,031
  • 13
  • 23