java: update source files processing, maven stuff

This commit is contained in:
Alexander Alekhin
2017-07-19 15:08:11 +03:00
parent 02829f73e0
commit 2360291c3e
10 changed files with 78 additions and 54 deletions
@@ -82,7 +82,7 @@ public class OpenCVTestRunner extends InstrumentationTestRunner {
// Using OpenCV Manager for initialization;
Log("Internal OpenCV library not found. Using OpenCV Manager for initialization");
OpenCVLoader.initAsync(OpenCVLoader.OPENCV_VERSION_3_0_0, getContext(), mLoaderCallback);
OpenCVLoader.initAsync(OpenCVLoader.OPENCV_VERSION, getContext(), mLoaderCallback);
synchronized (this) {
try {