Skip to content

Commit

Permalink
Adjust Android Manager version from 2.2 to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kamaev committed Nov 30, 2012
1 parent f12d945 commit f6ca38a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/service/engine/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -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="22@ANDROID_PLATFORM_VERSION_CODE@"
android:versionName="2.2" >
android:versionCode="23@ANDROID_PLATFORM_VERSION_CODE@"
android:versionName="2.3" >

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

0 comments on commit f6ca38a

Please sign in to comment.