How to publish your Android library to be easily linked by Gradle
May 22, 2016 at 4:06 am | general | No comment
So, you have created a library for Android. And you want other to import it easily into their projects, such as with a simple compile 'com.androidsx:rate-me:3.0.0'
in their Gradle build.gradle file.