AndroidManifest.xml
changeset 723 c77d49614696
parent 702 f30ae9c4051e
child 726 344a06703472
equal deleted inserted replaced
722:31858ca72190 723:c77d49614696
     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="3"
     3 	package="com.beem.project.beem" android:versionCode="4"
     4 	android:versionName="0.1.2">
     4 	android:versionName="0.1.3">
     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=".BeemApplication">
     7 		android:debuggable="true" android:name=".BeemApplication">
     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="standard">
     9 			android:screenOrientation="portrait" android:launchMode="standard">