AndroidManifest.xml
changeset 671 25f6fded204a
parent 655 a122632f8622
child 678 d1a599ccf879
child 685 bd5bddda04dd
equal deleted inserted replaced
670:9fb797159236 671:25f6fded204a
     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" android:versionCode="2"
     3 	package="com.beem.project.beem" android:versionCode="3"
     4 	android:versionName="0.1.1">
     4 	android:versionName="0.1.2">
     5 	<application android:label="@string/app_name"
     5 	<application android:label="@string/app_name"
     6 		android:icon="@drawable/beem_launcher_icon_silver" android:theme="@style/Theme.BEEM.Default"
     6 		android:icon="@drawable/beem_launcher_icon_silver" android:theme="@style/Theme.BEEM.Default"
     7 		android:debuggable="true" android:name="@string/app_name">
     7 		android:debuggable="true" android:name="@string/app_name">
     8 		<activity android:name=".ui.Login" android:label="@string/app_name"
     8 		<activity android:name=".ui.Login" android:label="@string/app_name"
     9 			android:screenOrientation="portrait" android:launchMode="singleTask">
     9 			android:screenOrientation="portrait" android:launchMode="singleTask">