Skip to content

Commit

Permalink
fix(android): Set usesCleartextTraffic
Browse files Browse the repository at this point in the history
Attempt to fix #16: Some android users unable to download from NAS.
  • Loading branch information
kbn committed Nov 12, 2022
1 parent e2b66ae commit 581abba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<application
android:name="${applicationName}"
android:label="Music'scool"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/ic_launcher"
android:usesCleartextTraffic="true">
<activity
android:name=".MainActivity"
android:launchMode="singleTop"
Expand Down

0 comments on commit 581abba

Please sign in to comment.