Skip to content

Commit

Permalink
Disable cleartext traffic
Browse files Browse the repository at this point in the history
  • Loading branch information
octogradiste committed Mar 19, 2024
1 parent ec9e3f9 commit 932a3e4
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 @@ -3,6 +3,7 @@
xmlns:tools="http://schemas.android.com/tools">

<application
android:usesCleartextTraffic="false"
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
Expand Down

0 comments on commit 932a3e4

Please sign in to comment.