mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
OpenCV version++ (3.4.4)
OpenCV 3.4.4
This commit is contained in:
committed by
Alexander Alekhin
parent
dd3398416b
commit
a1fe8f754f
@@ -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="343@ANDROID_PLATFORM_ID@"
|
||||
android:versionName="3.43">
|
||||
android:versionCode="344@ANDROID_PLATFORM_ID@"
|
||||
android:versionName="3.44">
|
||||
|
||||
<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 = 3430;
|
||||
int version = 3440;
|
||||
try {
|
||||
version = getPackageManager().getPackageInfo(getPackageName(), 0).versionCode;
|
||||
} catch (NameNotFoundException e) {
|
||||
|
||||
Reference in New Issue
Block a user