Auto expand of OpenCV version for Android Library prject and some documentation pages added.

This commit is contained in:
Alexander Smorkalov
2012-10-09 18:29:25 +04:00
parent 705b4724cb
commit 9a76573172
6 changed files with 16 additions and 20 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.opencv"
android:versionCode="242"
android:versionName="2.4.2">
android:versionCode="@OPENCV_VERSION_MAJOR@@OPENCV_VERSION_MINOR@@OPENCV_VERSION_PATCH@"
android:versionName="@OPENCV_VERSION_MAJOR@.@OPENCV_VERSION_MINOR@.@OPENCV_VERSION_PATCH@"
<uses-sdk android:minSdkVersion="8" />
</manifest>