|  | @@ -1,7 +1,10 @@
 | 
	
		
			
				|  |  |  <?xml version="1.0" encoding="utf-8"?>
 | 
	
		
			
				|  |  | -<manifest xmlns:android="http://schemas.android.com/apk/res/android"
 | 
	
		
			
				|  |  | -	package="org.ros.android.hokuyo" android:versionCode="1"
 | 
	
		
			
				|  |  | -	android:versionName="1.0">
 | 
	
		
			
				|  |  | -	<uses-feature android:name="android.hardware.usb.host" />
 | 
	
		
			
				|  |  | -	<uses-sdk android:minSdkVersion="13" />  
 | 
	
		
			
				|  |  | +<manifest
 | 
	
		
			
				|  |  | +  xmlns:android="http://schemas.android.com/apk/res/android"
 | 
	
		
			
				|  |  | +  package="org.ros.android.hokuyo"
 | 
	
		
			
				|  |  | +  android:versionCode="1"
 | 
	
		
			
				|  |  | +  android:versionName="1.0">
 | 
	
		
			
				|  |  | +  <uses-feature android:name="android.hardware.usb.host" />
 | 
	
		
			
				|  |  | +  <uses-sdk android:minSdkVersion="13" />
 | 
	
		
			
				|  |  | +  <application />
 | 
	
		
			
				|  |  |  </manifest>
 |