Skip to content

Commit

Permalink
android: fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Jan 15, 2020
1 parent 43a91f8 commit a90dacd
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

import android.content.Context;

import org.opencv.BuildConfig;

/**
* Helper class provides common initialization methods for OpenCV library.
*/
Expand Down Expand Up @@ -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@";


/**
Expand Down

0 comments on commit a90dacd

Please sign in to comment.