--- a/AndroidManifest.xml Sun May 06 12:28:38 2012 +0200
+++ b/AndroidManifest.xml Mon Jul 16 11:43:10 2012 +0200
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.beem.project.beem"
- android:versionCode="7"
- android:versionName="0.1.5" >
+ android:versionCode="-1"
+ android:versionName="0.2.0" >
<application
android:name=".BeemApplication"
@@ -139,7 +139,7 @@
</intent-filter>
</activity>
<activity
- android:name="com.beem.project.beem.account.ManageAccountsSettings"
+ android:name=".account.ManageAccountsSettings"
android:label="Sync Settings" >
</activity>
<!--
@@ -191,7 +191,7 @@
android:resource="@xml/contacts" />
</service>
<service
- android:name="BeemService"
+ android:name=".BeemService"
android:enabled="true"
android:label="Beem Service"
android:permission="com.beem.project.beem.BEEM_SERVICE" >