1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

OpenCV version++

OpenCV 3.3.1
This commit is contained in:
Alexander Alekhin
2017-10-09 14:22:38 +03:00
parent 949ec486c5
commit bd6fb497bc
10 changed files with 13 additions and 13 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="330@ANDROID_PLATFORM_ID@"
android:versionName="3.30">
android:versionCode="331@ANDROID_PLATFORM_ID@"
android:versionName="3.31">
<uses-sdk android:minSdkVersion="@ANDROID_NATIVE_API_LEVEL@" android:targetSdkVersion="22"/>
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
@@ -134,7 +134,7 @@ public class OpenCVEngineService extends Service {
@Override
public int getEngineVersion() throws RemoteException {
int version = 3300;
int version = 3310;
try {
version = getPackageManager().getPackageInfo(getPackageName(), 0).versionCode;
} catch (NameNotFoundException e) {