Ver Fonte

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 há 10 anos atrás
pai
commit
f3cb49b521
1 ficheiros alterados com 3 adições e 2 exclusões
  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>