Commit bfa77ff5 authored by Maksim Shabunin's avatar Maksim Shabunin

Increase android samples versions

parent c79ad45f
<?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 @@ ...@@ -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>
\ No newline at end of file
<?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"
......
<?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"
......
<?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"
......
<?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"
......
<?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"
......
<?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"
......
<?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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment