mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
615d6c22d1
Epoch is gone; now the version component names in C++ and CMake are consistent (except REVISION corresponds to PATCH).
9 lines
333 B
XML
9 lines
333 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="org.opencv"
|
|
android:versionCode="@OPENCV_VERSION_MAJOR@@OPENCV_VERSION_MINOR@@OPENCV_VERSION_PATCH@0"
|
|
android:versionName="@OPENCV_VERSION@">
|
|
|
|
<uses-sdk android:minSdkVersion="8" />
|
|
</manifest>
|