- Add bintray repository to the project build.gradle file
repositories {
maven {
url "http://dl.bintray.com/qualeams/Android-Face-Recognition-Deep-Learning-Library"
}
}
- Add library dependency to the module/app build.gradle file
compile 'ch.zhaw:opencv:3.2.0'