AndroidManifest.xml
changeset 948 9f4ff6618111
parent 947 3b5c343f8850
child 954 afff9e2452d9
equal deleted inserted replaced
947:3b5c343f8850 948:9f4ff6618111
     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="9"
     3 	package="com.beem.project.beem" android:versionCode="10"
     4 	android:versionName="0.1.6">
     4 	android:versionName="0.1.7_rc1">
     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:name=".BeemApplication">
     7 		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:launchMode="standard">
     9 			android:launchMode="standard">