Browse Source

Add application tag to AndroidManifest.xml

In order to use Robolectric library there is a need to have <application \> tag defined in the android manifest.

relative pull https://github.com/robolectric/robolectric/pull/1309
Mad Ness 10 years ago
parent
commit
f3cb49b521
1 changed files with 3 additions and 2 deletions
  1. 3 2
      library/src/main/AndroidManifest.xml

+ 3 - 2
library/src/main/AndroidManifest.xml

@@ -1,4 +1,5 @@
 <manifest package="com.afollestad.materialdialogs">
+ 
+    <application />
 
-
-</manifest>
+</manifest>