Increase android samples versions
authorMaksim Shabunin <maksim.shabunin@itseez.com>
Tue, 16 Jun 2015 14:07:32 +0000 (17:07 +0300)
committerMaksim Shabunin <maksim.shabunin@itseez.com>
Wed, 17 Jun 2015 15:10:28 +0000 (18:10 +0300)
samples/android/15-puzzle/AndroidManifest.xml
samples/android/camera-calibration/AndroidManifest.xml
samples/android/color-blob-detection/AndroidManifest.xml
samples/android/face-detection/AndroidManifest.xml
samples/android/image-manipulations/AndroidManifest.xml
samples/android/tutorial-1-camerapreview/AndroidManifest.xml
samples/android/tutorial-2-mixedprocessing/AndroidManifest.xml
samples/android/tutorial-3-cameracontrol/AndroidManifest.xml

index 356382b..c783076 100644 (file)
@@ -1,7 +1,8 @@
+<?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>
index 619c919..7c03ba0 100644 (file)
@@ -1,8 +1,8 @@
 <?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"
index d322ba2..ac16bb9 100644 (file)
@@ -1,8 +1,8 @@
 <?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"
index bcbb34d..bdd1c6d 100644 (file)
@@ -1,8 +1,8 @@
 <?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"
index 50ef788..ff78f09 100644 (file)
@@ -1,8 +1,8 @@
 <?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"
index 47d45ed..d9ecac8 100644 (file)
@@ -1,8 +1,8 @@
 <?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"
index 795dd20..ce6beab 100644 (file)
@@ -1,8 +1,8 @@
 <?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"
index da90f95..e285458 100644 (file)
@@ -1,8 +1,8 @@
 <?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"