Removed the usesCleartextTraffic from our manifest

This commit is contained in:
MohitMaliFtechiz 2024-11-07 10:44:43 +05:30
parent 15760953d9
commit d572af4fcd
3 changed files with 2 additions and 5 deletions

View File

@ -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>

View File

@ -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 -->

View File

@ -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>