How to Publish Library to Jitpack.io with Android Studio
When we develop Android application, there are many third parties or libraries we can use, including Android support itself. Many repositories provide that library, for example Maven Central, Bintray, Jitpack.io, etc. In this…