Publish a library to Jcenter
Most Android libraries are published on JCenter, allowing everyone to access them directly from gradle. This enables us to import a multitude of useful plugins directly in our project, with only few lines. In this tutorial, I will show you […]