Merge pull request #766 from chrisk325/patch-2

fix: http addons playback , allow clear text http
This commit is contained in:
Nayif 2026-04-11 14:10:13 +05:30 committed by GitHub
commit 3d46428c25

View file

@ -8,6 +8,7 @@
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:usesCleartextTraffic="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Nuvio">