diff options
author | steckbrief <steckbrief@chefmail.de> | 2015-10-05 16:27:08 +0200 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2015-10-05 16:27:08 +0200 |
commit | 0265bd05bf7ef6ee14c85ae87831bcc42a4b02cd (patch) | |
tree | 465addf2e8b2f9f1b2d34f952b91ebfcf93c1b6a /src/main/AndroidManifest.xml | |
parent | 383d1aa9e64a245f17dd7ec6d177bb286a489f62 (diff) |
fix imports and namespaces
Diffstat (limited to 'src/main/AndroidManifest.xml')
-rw-r--r-- | src/main/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index 9da8a4ea..ad5d31e9 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -21,7 +21,7 @@ android:label="@string/app_name" android:theme="@style/ConversationsTheme" tools:replace="android:label" - android:name=".ConversationsPlusApplication"> + android:name="de.thedevstack.conversationsplus.ConversationsPlusApplication"> <service android:name=".services.XmppConnectionService" /> <receiver android:name=".services.EventReceiver" > |