/GreenRobotUtils

Library containing general code

Primary LanguageJava

GreenRobotUtils

Just another Android library ;)

Release

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'
    }