Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
OpenCV Manager version++ for 2.6.4.2r2 update.
  • Loading branch information
asmorkalov committed Sep 18, 2013
1 parent 114e04e commit aa7ea9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/android/service/engine/AndroidManifest.xml
@@ -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="210@ANDROID_PLATFORM_VERSION_CODE@"
android:versionName="2.10" >
android:versionCode="211@ANDROID_PLATFORM_VERSION_CODE@"
android:versionName="2.11" >

<uses-sdk android:minSdkVersion="@ANDROID_NATIVE_API_LEVEL@" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
Expand Down

0 comments on commit aa7ea9b

Please sign in to comment.