Skip to content

Commit

Permalink
added usesClearTextTraffic
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerhard committed Oct 25, 2019
1 parent f439833 commit 15bbdd9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:theme="@style/AppTheme">
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true">
<activity
android:name=".MainActivity"
android:label="@string/app_name"
Expand Down

0 comments on commit 15bbdd9

Please sign in to comment.