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

OpenCV version++

OpenCV 3.4.3
This commit is contained in:
Alexander Alekhin
2018-07-26 13:16:22 +03:00
committed by Maksim Shabunin
parent 781721ca50
commit c1df9ad456
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="342@ANDROID_PLATFORM_ID@"
android:versionName="3.42">
android:versionCode="343@ANDROID_PLATFORM_ID@"
android:versionName="3.43">
<uses-sdk android:minSdkVersion="@ANDROID_NATIVE_API_LEVEL@" android:targetSdkVersion="22"/>
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
@@ -137,7 +137,7 @@ public class OpenCVEngineService extends Service {
@Override
public int getEngineVersion() throws RemoteException {
int version = 3420;
int version = 3430;
try {
version = getPackageManager().getPackageInfo(getPackageName(), 0).versionCode;
} catch (NameNotFoundException e) {