Increase android samples versions
This commit is contained in:
parent
c79ad45fce
commit
bfa77ff5a4
@ -1,7 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.opencv.samples.puzzle15"
|
package="org.opencv.samples.puzzle15"
|
||||||
android:versionCode="1"
|
android:versionCode="301"
|
||||||
android:versionName="1.0" >
|
android:versionName="3.01" >
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="8"/>
|
<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" android:required="false"/>
|
||||||
<uses-feature android:name="android.hardware.camera.front.autofocus" android:required="false"/>
|
<uses-feature android:name="android.hardware.camera.front.autofocus" android:required="false"/>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.opencv.samples.cameracalibration"
|
package="org.opencv.samples.cameracalibration"
|
||||||
android:versionCode="1"
|
android:versionCode="301"
|
||||||
android:versionName="1.0">
|
android:versionName="3.01" >
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.opencv.samples.colorblobdetect"
|
package="org.opencv.samples.colorblobdetect"
|
||||||
android:versionCode="21"
|
android:versionCode="301"
|
||||||
android:versionName="2.1">
|
android:versionName="3.01">
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.opencv.samples.facedetect"
|
package="org.opencv.samples.facedetect"
|
||||||
android:versionCode="21"
|
android:versionCode="301"
|
||||||
android:versionName="2.1">
|
android:versionName="3.01">
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.opencv.samples.imagemanipulations"
|
package="org.opencv.samples.imagemanipulations"
|
||||||
android:versionCode="21"
|
android:versionCode="301"
|
||||||
android:versionName="2.1">
|
android:versionName="3.01">
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.opencv.samples.tutorial1"
|
package="org.opencv.samples.tutorial1"
|
||||||
android:versionCode="21"
|
android:versionCode="301"
|
||||||
android:versionName="2.1">
|
android:versionName="3.01">
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.opencv.samples.tutorial2"
|
package="org.opencv.samples.tutorial2"
|
||||||
android:versionCode="21"
|
android:versionCode="301"
|
||||||
android:versionName="2.1">
|
android:versionName="3.01">
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.opencv.samples.tutorial3"
|
package="org.opencv.samples.tutorial3"
|
||||||
android:versionCode="21"
|
android:versionCode="301"
|
||||||
android:versionName="2.1">
|
android:versionName="3.01">
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user