mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
Changed Android Manager version to 3.0
This commit is contained in:
parent
ee4bea72bf
commit
dddba2637f
@ -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="219@ANDROID_PLATFORM_VERSION_CODE@"
|
||||
android:versionName="2.20" >
|
||||
android:versionCode="300@ANDROID_PLATFORM_VERSION_CODE@"
|
||||
android:versionName="3.00" >
|
||||
|
||||
<uses-sdk android:minSdkVersion="@ANDROID_NATIVE_API_LEVEL@" />
|
||||
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
|
||||
@ -27,4 +27,4 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
</manifest>
|
||||
</manifest>
|
||||
|
Loading…
Reference in New Issue
Block a user