Fix AndroidManifest.xml generation for OpenCV Android library project (second attempt)

This commit is contained in:
Andrey Kamaev
2012-10-11 17:05:06 +04:00
parent a3080636ba
commit 8f44f25f47
2 changed files with 9 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.opencv"
android:versionCode="@OPENCV_VERSION_MAJOR@@OPENCV_VERSION_MINOR@@OPENCV_VERSION_PATCH@"
android:versionName="@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>