Skip to content

Commit 24bec6a

Browse files
committed
update manifest
1 parent 3294658 commit 24bec6a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
<manifest package="com.bakerj.rxretrohttp"/>
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2+
package="com.bakerj.rxretrohttp">
3+
4+
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
5+
<uses-permission android:name="android.permission.INTERNET" />
6+
7+
<application android:label="@string/app_name" />
8+
</manifest>

0 commit comments

Comments
 (0)