This repository is created to avoid the gradle problems with the OpenCV java sdk, usually if you are going to use OpenCV CameraBridge.
allprojects {
repositories {
jcenter()
maven { url 'https://jitpack.io' }
}
}
compile 'com.github.uelordi01:Opencv-Android-3.3-gradle:1.1'
And that's it.