am 0ecd6946: Add an <application> tag to the manifest

* commit '0ecd6946ebc47caa7132ce91cd5f1236d45b3f54':
  Add an <application> tag to the manifest
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 02ea564..bfc1073 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -21,4 +21,6 @@
         android:minSdkVersion="11"
         android:targetSdkVersion="19" />
 
-</manifest>
\ No newline at end of file
+    <application />
+
+</manifest>