We host this library internally using GitHub Packages
To connect with GitHub Packages, you need to add these properties in local.properties
as follows:
gpr.user=YOUR_GITHUB_USERNAME
gpr.key=YOUR_PERSONAL_ACCESS_TOKEN
Please make sure your personal access token has write:packages
access.
./gradlew assembleRelease publish
The new artifact will be published in our main repository