Skip to content

Commit

Permalink
app talks to itself over http, must be explicitely turned on now
Browse files Browse the repository at this point in the history
  • Loading branch information
itkach committed Apr 19, 2020
1 parent 6b06158 commit 88193e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions AndroidManifest.template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

<application
android:usesCleartextTraffic="true"
android:name=".Application"
android:allowBackup="true"
android:icon="@drawable/aard2"
Expand Down
1 change: 1 addition & 0 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

<application
android:usesCleartextTraffic="true"
android:name=".Application"
android:allowBackup="true"
android:icon="@drawable/aard2"
Expand Down

0 comments on commit 88193e2

Please sign in to comment.