Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 465 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 465 Bytes

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