Search code examples
androidandroid-library

Creating a Library without using github repository


i have a project to create android library for my client, i searched and look several tutorial, but they recommend me for using github and publish it using jitpack. My questions is

is there any other way to create library without using github repository?

you see, i want to create library without making it public, only me and my client know the resource code, i know there is private hosting in github but it must paid for use that. is there any option for archive this? thanks


Solution

  • If you don't want to use the GitHub public repository, there's another alternative you can use BitBucket, it's more like GitHub and the best part is, it offers free private repository. And for library publishing you can use jCenter, maven, bintray and more, there are so much options available there.