GreenRobotUtils
Just another Android library ;)
Download
This project is hosted on jitpack.
In your project build.gradle:
allprojects {
repositories {
jcenter()
maven { url 'https://jitpack.io' }
}
In your module build.gradle:
dependencies {
compile 'com.github.remychantenay:greenrobotutils:1.1.7'
}