提交 bfa77ff5 编写于 作者: M Maksim Shabunin

Increase android samples versions

上级 c79ad45f
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.opencv.samples.puzzle15"
android:versionCode="1"
android:versionName="1.0" >
android:versionCode="301"
android:versionName="3.01" >
<uses-sdk android:minSdkVersion="8"/>
......@@ -31,4 +32,4 @@
<uses-feature android:name="android.hardware.camera.front" android:required="false"/>
<uses-feature android:name="android.hardware.camera.front.autofocus" android:required="false"/>
</manifest>
\ No newline at end of file
</manifest>
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.opencv.samples.cameracalibration"
android:versionCode="1"
android:versionName="1.0">
android:versionCode="301"
android:versionName="3.01" >
<application
android:label="@string/app_name"
......
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.opencv.samples.colorblobdetect"
android:versionCode="21"
android:versionName="2.1">
android:versionCode="301"
android:versionName="3.01">
<application
android:label="@string/app_name"
......
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.opencv.samples.facedetect"
android:versionCode="21"
android:versionName="2.1">
android:versionCode="301"
android:versionName="3.01">
<application
android:label="@string/app_name"
......
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.opencv.samples.imagemanipulations"
android:versionCode="21"
android:versionName="2.1">
android:versionCode="301"
android:versionName="3.01">
<application
android:label="@string/app_name"
......
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.opencv.samples.tutorial1"
android:versionCode="21"
android:versionName="2.1">
android:versionCode="301"
android:versionName="3.01">
<application
android:label="@string/app_name"
......
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.opencv.samples.tutorial2"
android:versionCode="21"
android:versionName="2.1">
android:versionCode="301"
android:versionName="3.01">
<application
android:label="@string/app_name"
......
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.opencv.samples.tutorial3"
android:versionCode="21"
android:versionName="2.1">
android:versionCode="301"
android:versionName="3.01">
<application
android:label="@string/app_name"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册