Skip to content

Commit f6ca38a

Browse files
author
Andrey Kamaev
committed
Adjust Android Manager version from 2.2 to 2.3
1 parent f12d945 commit f6ca38a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/service/engine/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="org.opencv.engine"
4-
android:versionCode="22@ANDROID_PLATFORM_VERSION_CODE@"
5-
android:versionName="2.2" >
4+
android:versionCode="23@ANDROID_PLATFORM_VERSION_CODE@"
5+
android:versionName="2.3" >
66

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

0 commit comments

Comments
 (0)