mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-16 16:09:30 +00:00
fix: enable cleartext traffic in AndroidManifest.xml (#47)
This commit is contained in:
parent
35a2d7cfce
commit
19c5385b58
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
<uses-permission android:name="android.permission.VIBRATE" />
|
<uses-permission android:name="android.permission.VIBRATE" />
|
||||||
<application
|
<application
|
||||||
android:label="Vaani"
|
android:label="Vaani"
|
||||||
android:name="${applicationName}"
|
android:name="${applicationName}" android:usesCleartextTraffic="true"
|
||||||
android:icon="@mipmap/ic_launcher">
|
android:icon="@mipmap/ic_launcher">
|
||||||
<!-- android:name=".MainActivity" -->
|
<!-- android:name=".MainActivity" -->
|
||||||
<activity
|
<activity
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue