Commit 24ca5318 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #16361 from alalek:android_fix_javadoc

parents 4e2ef8c8 a90dacdf
......@@ -2,8 +2,6 @@ package org.opencv.android;
import android.content.Context;
import org.opencv.BuildConfig;
/**
* Helper class provides common initialization methods for OpenCV library.
*/
......@@ -97,7 +95,7 @@ public class OpenCVLoader
/**
* Current OpenCV Library version
*/
public static final String OPENCV_VERSION = BuildConfig.VERSION_NAME;
public static final String OPENCV_VERSION = "@OPENCV_VERSION_MAJOR@.@OPENCV_VERSION_MINOR@.@OPENCV_VERSION_PATCH@";
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment