allow cleartext traffic in debug mode
This commit is contained in:
parent
558f0a089f
commit
859f0d6dc3
@ -4,5 +4,6 @@
|
||||
to allow setting breakpoints, to provide hot reload, etc.
|
||||
-->
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
<application android:label="Firka Debug" />
|
||||
<application android:label="Firka Debug"
|
||||
android:usesCleartextTraffic="true" />
|
||||
</manifest>
|
||||
|
Loading…
x
Reference in New Issue
Block a user