Skip to content

Commit 3f4cafe

Browse files
committed
Set usesCleartextTraffic to false already
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)
1 parent 0a35fc3 commit 3f4cafe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
android:label="@string/app_name"
1515
android:roundIcon="@mipmap/ic_launcher_round"
1616
android:supportsRtl="true"
17+
android:usesCleartextTraffic="false"
1718
tools:targetApi="35">
1819

1920
<activity

0 commit comments

Comments
 (0)