1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge branch 'android_manager_version_inc4' into 2.4.8.1-prep

This commit is contained in:
Alexander Smorkalov
2014-01-31 22:25:36 +04:00
3 changed files with 16 additions and 16 deletions
@@ -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="216@ANDROID_PLATFORM_VERSION_CODE@"
android:versionName="2.16" >
android:versionCode="217@ANDROID_PLATFORM_VERSION_CODE@"
android:versionName="2.17" >
<uses-sdk android:minSdkVersion="@ANDROID_NATIVE_API_LEVEL@" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>