Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 255 Bytes

File metadata and controls

12 lines (9 loc) · 255 Bytes

Contacts

Easy way to get all contacts from Android.

Gradle

repositories {
    maven{url "https://github.com/shaubert/maven-repo/raw/master/releases"}
}
dependencies {
    compile 'com.shaubert.contacts:library:1.0.3'
}