Updated package version in Android samples
authorAndrey Kamaev <andrey.kamaev@itseez.com>
Tue, 28 Aug 2012 11:06:47 +0000 (15:06 +0400)
committerAndrey Kamaev <andrey.kamaev@itseez.com>
Tue, 28 Aug 2012 11:07:42 +0000 (15:07 +0400)
samples/android/15-puzzle/AndroidManifest.xml
samples/android/color-blob-detection/AndroidManifest.xml
samples/android/face-detection/AndroidManifest.xml
samples/android/image-manipulations/AndroidManifest.xml
samples/android/tutorial-0-androidcamera/AndroidManifest.xml
samples/android/tutorial-1-addopencv/AndroidManifest.xml
samples/android/tutorial-2-opencvcamera/AndroidManifest.xml
samples/android/tutorial-3-native/AndroidManifest.xml
samples/android/tutorial-4-mixed/AndroidManifest.xml

index dec508e..02a6cc9 100644 (file)
@@ -1,15 +1,15 @@
 <?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="21"
+      android:versionName="2.1">
 
     <supports-screens android:resizeable="true"
-                      android:smallScreens="true" 
-                      android:normalScreens="true" 
-                      android:largeScreens="true" 
+                      android:smallScreens="true"
+                      android:normalScreens="true"
+                      android:largeScreens="true"
                       android:anyDensity="true" />
-    
+
     <application android:icon="@drawable/icon" android:label="@string/app_name">
         <activity android:name=".puzzle15Activity"
                   android:label="@string/app_name"
@@ -21,7 +21,7 @@
             </intent-filter>
         </activity>
     </application>
-    
+
     <uses-sdk android:minSdkVersion="8" />
 
     <uses-permission android:name="android.permission.CAMERA"/>
index 83791f0..a580be6 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.example.colorblobdetect"
-    android:versionCode="1"
-    android:versionName="1.0" >
+    android:versionCode="21"
+    android:versionName="2.1" >
 
     <uses-sdk android:minSdkVersion="8" />
 
@@ -23,5 +23,5 @@
     <uses-permission android:name="android.permission.CAMERA"/>
     <uses-feature android:name="android.hardware.camera" />
     <uses-feature android:name="android.hardware.camera.autofocus" />
-    
+
 </manifest>
\ No newline at end of file
index 34ede05..285bcb9 100644 (file)
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
       package="org.opencv.samples.fd"
-      android:versionCode="1"
-      android:versionName="1.0">
+      android:versionCode="21"
+      android:versionName="2.1">
 
     <supports-screens android:resizeable="true"
-                      android:smallScreens="true" 
-                      android:normalScreens="true" 
-                      android:largeScreens="true" 
+                      android:smallScreens="true"
+                      android:normalScreens="true"
+                      android:largeScreens="true"
                       android:anyDensity="true" />
 
     <application android:label="@string/app_name" android:icon="@drawable/icon">
             </intent-filter>
         </activity>
     </application>
-    
+
     <uses-sdk android:minSdkVersion="8" />
 
     <uses-permission android:name="android.permission.CAMERA"/>
     <uses-feature android:name="android.hardware.camera" />
     <uses-feature android:name="android.hardware.camera.autofocus" />
 
-</manifest> 
+</manifest>
index ab32003..72df75e 100644 (file)
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
       package="org.opencv.samples.imagemanipulations"
-      android:versionCode="1"
-      android:versionName="1.0">
+      android:versionCode="21"
+      android:versionName="2.1">
 
     <supports-screens android:resizeable="true"
-                      android:smallScreens="true" 
-                      android:normalScreens="true" 
-                      android:largeScreens="true" 
+                      android:smallScreens="true"
+                      android:normalScreens="true"
+                      android:largeScreens="true"
                       android:anyDensity="true" />
 
     <application android:label="@string/app_name" android:icon="@drawable/icon">
             </intent-filter>
         </activity>
     </application>
-    
+
     <uses-sdk android:minSdkVersion="8" />
 
     <uses-permission android:name="android.permission.CAMERA"/>
     <uses-feature android:name="android.hardware.camera" />
     <uses-feature android:name="android.hardware.camera.autofocus" />
 
-</manifest> 
+</manifest>
index 51aa236..714b009 100644 (file)
@@ -1,21 +1,21 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
       package="org.opencv.samples.tutorial0"
-      android:versionCode="1"
-      android:versionName="1.0">
+      android:versionCode="21"
+      android:versionName="2.1">
 
     <supports-screens android:resizeable="true"
-                      android:smallScreens="true" 
-                      android:normalScreens="true" 
-                      android:largeScreens="true" 
+                      android:smallScreens="true"
+                      android:normalScreens="true"
+                      android:largeScreens="true"
                       android:anyDensity="true" />
 
     <uses-sdk android:minSdkVersion="8"/>
-    
+
     <uses-permission android:name="android.permission.CAMERA"/>
     <uses-feature android:name="android.hardware.camera" />
     <uses-feature android:name="android.hardware.camera.autofocus" />
-    
+
     <application android:label="@string/app_name" android:icon="@drawable/icon">
         <activity android:name="Sample0Base"
                   android:label="@string/app_name"
@@ -27,6 +27,6 @@
             </intent-filter>
         </activity>
     </application>
-    
 
-</manifest> 
+
+</manifest>
index 438f096..51cc50f 100644 (file)
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
       package="org.opencv.samples.tutorial1"
-      android:versionCode="1"
-      android:versionName="1.0">
+      android:versionCode="21"
+      android:versionName="2.1">
 
     <supports-screens android:resizeable="true"
-                      android:smallScreens="true" 
-                      android:normalScreens="true" 
-                      android:largeScreens="true" 
+                      android:smallScreens="true"
+                      android:normalScreens="true"
+                      android:largeScreens="true"
                       android:anyDensity="true" />
 
     <application android:label="@string/app_name" android:icon="@drawable/icon">
             </intent-filter>
         </activity>
     </application>
-    
+
     <uses-sdk android:minSdkVersion="8" />
 
     <uses-permission android:name="android.permission.CAMERA"/>
     <uses-feature android:name="android.hardware.camera" />
     <uses-feature android:name="android.hardware.camera.autofocus" />
 
-</manifest> 
+</manifest>
index accc3b2..7daacd1 100644 (file)
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
       package="org.opencv.samples.tutorial2"
-      android:versionCode="1"
-      android:versionName="1.0">
+      android:versionCode="21"
+      android:versionName="2.1">
 
     <supports-screens android:resizeable="true"
-                      android:smallScreens="true" 
-                      android:normalScreens="true" 
-                      android:largeScreens="true" 
+                      android:smallScreens="true"
+                      android:normalScreens="true"
+                      android:largeScreens="true"
                       android:anyDensity="true" />
 
     <application android:label="@string/app_name" android:icon="@drawable/icon">
             </intent-filter>
         </activity>
     </application>
-    
+
     <uses-sdk android:minSdkVersion="8" />
 
     <uses-permission android:name="android.permission.CAMERA"/>
     <uses-feature android:name="android.hardware.camera" />
     <uses-feature android:name="android.hardware.camera.autofocus" />
 
-</manifest> 
+</manifest>
index 145048e..8ee3814 100644 (file)
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
       package="org.opencv.samples.tutorial3"
-      android:versionCode="1"
-      android:versionName="1.0">
+      android:versionCode="21"
+      android:versionName="2.1">
 
     <supports-screens android:resizeable="true"
-                      android:smallScreens="true" 
-                      android:normalScreens="true" 
-                      android:largeScreens="true" 
+                      android:smallScreens="true"
+                      android:normalScreens="true"
+                      android:largeScreens="true"
                       android:anyDensity="true" />
 
     <application android:label="@string/app_name" android:icon="@drawable/icon">
             </intent-filter>
         </activity>
     </application>
-    
+
     <uses-sdk android:minSdkVersion="8" />
 
     <uses-permission android:name="android.permission.CAMERA"/>
     <uses-feature android:name="android.hardware.camera" />
     <uses-feature android:name="android.hardware.camera.autofocus" />
 
-</manifest> 
+</manifest>
index 3201f7c..524c763 100644 (file)
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
       package="org.opencv.samples.tutorial4"
-      android:versionCode="1"
-      android:versionName="1.0">
+      android:versionCode="21"
+      android:versionName="2.1">
 
     <supports-screens android:resizeable="true"
-                      android:smallScreens="true" 
-                      android:normalScreens="true" 
-                      android:largeScreens="true" 
+                      android:smallScreens="true"
+                      android:normalScreens="true"
+                      android:largeScreens="true"
                       android:anyDensity="true" />
 
     <application android:label="@string/app_name" android:icon="@drawable/icon">
             </intent-filter>
         </activity>
     </application>
-    
+
     <uses-sdk android:minSdkVersion="8" />
 
     <uses-permission android:name="android.permission.CAMERA"/>
     <uses-feature android:name="android.hardware.camera" />
     <uses-feature android:name="android.hardware.camera.autofocus" />
 
-</manifest> 
+</manifest>