Skip to content

Commit

Permalink
#7 Set internet permission add
Browse files Browse the repository at this point in the history
  • Loading branch information
Heonbyeong committed Jul 13, 2022
1 parent 28c533a commit 9e73fa1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions presentation/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.knowing.draven">

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

<application
android:name=".di.DravenApplication"
android:allowBackup="true"
Expand All @@ -13,6 +15,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Draven"
android:usesCleartextTraffic="true"
tools:targetApi="31">
<activity
android:name="com.knowing.draven.MainActivity"
Expand Down

0 comments on commit 9e73fa1

Please sign in to comment.