Skip to content

Commit 0ecd694

Browse files
committed
Add an <application> tag to the manifest
Some testing infrastructure requires this. Change-Id: I44fe160b0a69160c083bda78c5450d55678e10bb
1 parent f6ddb75 commit 0ecd694

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@
2121
android:minSdkVersion="11"
2222
android:targetSdkVersion="19" />
2323

24-
</manifest>
24+
<application />
25+
26+
</manifest>

0 commit comments

Comments
 (0)