AndroidManifest.xml
changeset 146 89bbb1c560ad
parent 140 f36049828552
child 147 472d56ba57c6
--- a/AndroidManifest.xml	Wed Apr 22 19:53:57 2009 +0200
+++ b/AndroidManifest.xml	Thu Apr 23 12:54:56 2009 +0200
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
-	package="com.beem.project.beem" android:versionCode="1"
-	android:versionName="1.0">
+	package="com.beem.project.beem" android:versionCode="1" android:versionName="1.0">
 	<application android:label="@string/app_name" android:name="BeemApplication" android:theme="@style/customtheme.contactList" android:icon="@drawable/signal">
 		<activity android:name=".ui.ContactList" android:label="@string/app_name">
 			<intent-filter>