AndroidManifest.xml
changeset 1025 5aa4849e9343
parent 1023 d9a3b8cf456e
child 1034 a221cd4a5413
equal deleted inserted replaced
1024:d00476863fba 1025:5aa4849e9343
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     3 	package="com.beem.project.beem"
     3 	package="com.beem.project.beem"
     4 	android:versionCode="13"
     4 	android:versionCode="14"
     5 	android:versionName="0.1.8_rc1"
     5 	android:versionName="0.1.8_rc2"
     6 	android:installLocation="auto">
     6 	android:installLocation="auto">
     7 
     7 
     8 	<uses-sdk android:minSdkVersion="6" android:targetSdkVersion="16" />
     8 	<uses-sdk android:minSdkVersion="6" android:targetSdkVersion="16" />
     9 	<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
     9 	<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
    10 	
    10