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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user