Skip to content

Commit

Permalink
Fix manifest merge conflict over usesCleartextTraffic property
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyDL-Infomaniak authored and KevinBoulongne committed Jun 11, 2024
1 parent ffb1995 commit 868ea7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
android:networkSecurityConfig="@xml/network_security_config"
android:roundIcon="@mipmap/ic_launcher_round"
android:theme="@style/AppTheme.Pink"
android:usesCleartextTraffic="false"
android:usesCleartextTraffic="true"
tools:replace="android:usesCleartextTraffic"
tools:targetApi="UPSIDE_DOWN_CAKE">

<meta-data
Expand Down

0 comments on commit 868ea7e

Please sign in to comment.