Skip to content

Commit

Permalink
update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
BakerJQ committed Jun 23, 2019
1 parent 3294658 commit 24bec6a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion rxretrohttp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
<manifest package="com.bakerj.rxretrohttp"/>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.bakerj.rxretrohttp">

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />

<application android:label="@string/app_name" />
</manifest>

0 comments on commit 24bec6a

Please # to comment.