mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
OpenCV version++
OpenCV 3.4.0-rc
This commit is contained in:
@@ -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="331@ANDROID_PLATFORM_ID@"
|
||||
android:versionName="3.31">
|
||||
android:versionCode="340@ANDROID_PLATFORM_ID@"
|
||||
android:versionName="3.40">
|
||||
|
||||
<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 = 3310;
|
||||
int version = 3400;
|
||||
try {
|
||||
version = getPackageManager().getPackageInfo(getPackageName(), 0).versionCode;
|
||||
} catch (NameNotFoundException e) {
|
||||
|
||||
Reference in New Issue
Block a user