Commit 52f930cc authored by Hannes Achleitner's avatar Hannes Achleitner

finish Android version info to Gradle style

parent 4cb9faf6
......@@ -91,7 +91,7 @@
apply plugin: 'com.android.library'
def openCVersionName = "@OPENCV_VERSION@"
def openCVersionCode = @OPENCV_VERSION_MAJOR@@OPENCV_VERSION_MINOR@@OPENCV_VERSION_PATCH@0
def openCVersionCode = ((@OPENCV_VERSION_MAJOR@ * 100 + @OPENCV_VERSION_MINOR@) * 100 + @OPENCV_VERSION_PATCH@) * 10 + 0
println "OpenCV: " +openCVersionName + " " + project.buildscript.sourceFile
......
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