/JDCamera

Android Custom Camera for evidence photograph. You could use it to improve experience when taking photos to documents, id, gafettes, etc.

Primary LanguageJava

JDCamera

Gradle Dependency

The Gradle dependency is available via jCenter. jCenter is the default Maven repository used by Android Studio.

Dependency

Add Bintray to your repositories, for some reason this specific library doesn't seem to work via jCenter even though all of my other libraries do.

repositories {
    jcenter()
    maven { url "https://dl.bintray.com/jelp-app/maven" }
}

Add this in your module's build.gradle file:

dependencies {
    // ... other dependencies

    compile 'io.jelp:jdcamera:0.6'
}