Skip to content

Commit

Permalink
Merge pull request #18 from estasney/enable-clear-text
Browse files Browse the repository at this point in the history
Explicitly opt in to clearTextTraffic
  • Loading branch information
zadam authored Jan 3, 2022
2 parents 6a65626 + 7eb3825 commit b5414b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<uses-permission android:name="android.permission.INTERNET" />

<application
android:usesCleartextTraffic="true"
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
Expand Down

0 comments on commit b5414b6

Please sign in to comment.