Skip to content

Commit

Permalink
Set usesCleartextTraffic to false already
Browse files Browse the repository at this point in the history
It will default to false once we're targeting SDK 28 or higher, but
we might as well set it already for best security for our users.
(Not that this app does any network requests at all)
  • Loading branch information
pcolby committed Oct 29, 2024
1 parent 0a35fc3 commit 3f4cafe
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 @@ -14,6 +14,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:usesCleartextTraffic="false"
tools:targetApi="35">

<activity
Expand Down

0 comments on commit 3f4cafe

Please sign in to comment.