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

Increase Android Manager version

This commit is contained in:
Evgeny Talanin
2015-07-29 21:16:21 +03:00
parent ac6ca660f4
commit 9a3dccab20
3 changed files with 9 additions and 4 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="219@ANDROID_PLATFORM_VERSION_CODE@"
android:versionName="2.20" >
android:versionCode="221@ANDROID_PLATFORM_VERSION_CODE@"
android:versionName="2.21" >
<uses-sdk android:minSdkVersion="@ANDROID_NATIVE_API_LEVEL@" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
@@ -27,4 +27,4 @@
</intent-filter>
</activity>
</application>
</manifest>
</manifest>