hello, I'd like to create some android libs and sh...
# library-development
s
hello, I'd like to create some android libs and share them on jcenter and/or maven so I can use them easily on the projects... Is there a good/simple tutorial I can follow on how to build and upload the libs to this repos?
d
I’ve been following this for publishing to MavenCentral. I’m not done yet but it’s pretty detailed so far https://blog.autsoft.hu/publishing-an-android-library-to-mavencentral-in-2019/
👍 1
s
Thanks. Just found out from this tutorial that using jitpack it's pretty simple, like 3 minutes and it's done! I've been playing with bintray, and gradle scripts for a while, it needs a lot of customization to build all the correct files, keys but finally it uploaded to bintray with just one gradle task. Then we need to wait for jcenter to approve the package. It's a lot of configuring for something that should be simpler.