Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.02 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.02 KB

To use, in your app/build.gradle:

dependencies {
    // ...implementations
    
    implementation('com.github.Chronstruct:utils-android:v0.0.1') {
        exclude group: 'com.android.support'
    }
}

Helpful docs

Library design

Setting up

JitPack.io

Local testing