mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-07-03 19:35:15 -07:00
TLS only on release builds
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<application
|
||||
android:usesCleartextTraffic="true"
|
||||
tools:ignore="UnusedAttribute" />
|
||||
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user