OpenCV info library name fixed; Minimum API level for OpenCV library project increased up to 3 for using message dialogs.
9 lines
258 B
XML
9 lines
258 B
XML
<?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">
|
|
|
|
<uses-sdk android:minSdkVersion="8" />
|
|
</manifest>
|