We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12d945 commit f6ca38aCopy full SHA for f6ca38a
android/service/engine/AndroidManifest.xml
@@ -1,8 +1,8 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
package="org.opencv.engine"
4
- android:versionCode="22@ANDROID_PLATFORM_VERSION_CODE@"
5
- android:versionName="2.2" >
+ android:versionCode="23@ANDROID_PLATFORM_VERSION_CODE@"
+ android:versionName="2.3" >
6
7
<uses-sdk android:minSdkVersion="@ANDROID_NATIVE_API_LEVEL@" />
8
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
0 commit comments