Skip to content

tjek/markhor

Repository files navigation

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 {
    implementation 'com.github.shopgun:markhor:2.0.2'
}