Skip to content

Commit

Permalink
Merge pull request #4060 from kiwix/Fixes#4055
Browse files Browse the repository at this point in the history
Removed the `usesCleartextTraffic` from our manifest
  • Loading branch information
kelson42 authored Nov 7, 2024
2 parents 1576095 + d572af4 commit 4c773e2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions app/src/androidTest/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
1 change: 0 additions & 1 deletion core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down
3 changes: 1 addition & 2 deletions custom/src/androidTest/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 4c773e2

Please sign in to comment.