/markhor

Utilities for Android projects (Java).

Primary LanguageJavaApache License 2.0Apache-2.0

markhor

utilities for android projects.

Dependency

Add this in your root build.gradle file (not your module build.gradle file):

allprojects {
	repositories {
        maven { url "https://jitpack.io" }
    }
}

Then, add the library to your module build.gradle

dependencies {
    compile 'com.shopgun.android:utils:1.0.8'
}