mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
Removed the usesCleartextTraffic from our manifest
This commit is contained in:
parent
15760953d9
commit
d572af4fcd
@ -6,7 +6,6 @@
|
||||
see more information here https://github.com/kiwix/kiwix-android/issues/3172
|
||||
-->
|
||||
<application
|
||||
android:forceQueryable="true"
|
||||
android:usesCleartextTraffic="true"/>
|
||||
android:forceQueryable="true" />
|
||||
<uses-sdk tools:overrideLibrary="android_libs.ub_uiautomator" />
|
||||
</manifest>
|
||||
|
@ -58,7 +58,6 @@
|
||||
android:resizeableActivity="true"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/KiwixTheme"
|
||||
android:usesCleartextTraffic="true"
|
||||
tools:targetApi="tiramisu">
|
||||
|
||||
<!-- Version < 3.0. DeX Mode and Screen Mirroring support -->
|
||||
|
@ -23,7 +23,6 @@
|
||||
see more information here https://github.com/kiwix/kiwix-android/issues/3172
|
||||
-->
|
||||
<application
|
||||
android:forceQueryable="true"
|
||||
android:usesCleartextTraffic="true" />
|
||||
android:forceQueryable="true" />
|
||||
<uses-sdk tools:overrideLibrary="android_libs.ub_uiautomator" />
|
||||
</manifest>
|
||||
|
Loading…
x
Reference in New Issue
Block a user