瀏覽代碼

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 年之前
父節點
當前提交
f3cb49b521
共有 1 個文件被更改,包括 3 次插入2 次删除
  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>