1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Tegra detector fixed;

Some aditional logs added;
AndroidManifest version incremented.
This commit is contained in:
Alexander Smorkalov
2012-07-12 13:12:16 +00:00
parent 69296c3333
commit 76fdbeee8a
4 changed files with 11 additions and 8 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.engine"
android:versionCode="11"
android:versionName="1.1" >
android:versionCode="12"
android:versionName="1.2" >
<uses-sdk android:minSdkVersion="8" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>