mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-28 01:19:27 +01:00
fix allow http traffic in release build
This commit is contained in:
parent
b2d6840901
commit
b5473ee568
@ -9,7 +9,8 @@
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:allowBackup="false"
|
||||
android:theme="@style/AppTheme">
|
||||
android:theme="@style/AppTheme"
|
||||
android:usesCleartextTraffic="true">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:label="@string/app_name"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user