Skip to content

Commit

Permalink
add missing permision internet
Browse files Browse the repository at this point in the history
  • Loading branch information
lgguzman committed Nov 24, 2017
1 parent 987f0d2 commit b907d92
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.sbxcloud.library.kotlin">

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
</manifest>

0 comments on commit b907d92

Please sign in to comment.