Skip to content

Commit 2e603dd

Browse files
authored
fix: set usesCleartextTraffic to true on Android to fix TTS (#6282)
1 parent 88da0d6 commit 2e603dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
android:allowBackup="false"
3636
android:fullBackupContent="false"
3737
android:localeConfig="@xml/locale_config"
38+
android:usesCleartextTraffic="true"
3839
>
3940
<activity
4041
android:name=".MainActivity"

0 commit comments

Comments
 (0)