Publishing via GitHub:
Add the JitPack repository to your root build.gradle file, at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
then add the dependency to your app's build.gradle file:
dependencies {
implementation 'com.github.baracudda:androidBits:v1.1.0'
}