JitPack is a novel package repository for JVM and Android projects. It builds Git projects on demand and provides you with ready-to-use artifacts (jar, aar). If you want your library to be available ...
Publishing a new releases Do not manually create a git tag Instead use the release script ./release.sh <version> e.g. ./release.sh 1.206.0 ...