Skip to content

great-ufc/loccam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

LoCCAM Public Repository

Release

How to import LoCCAM?

Add it to your build.gradle with:

allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}

and:

dependencies {
    compile 'com.github.great-ufc:loccam:{latest version}'
}