Skip to content

Commit

Permalink
Fix warning in Android manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Feb 2, 2024
1 parent 4fa1957 commit 71933bf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
4 changes: 1 addition & 3 deletions pillarbox-analytics/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
~ Copyright (c) SRG SSR. All rights reserved.
~ License information is available from the LICENSE file.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

</manifest>
<manifest />
4 changes: 1 addition & 3 deletions pillarbox-demo-shared/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
~ Copyright (c) SRG SSR. All rights reserved.
~ License information is available from the LICENSE file.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

</manifest>
<manifest />
4 changes: 2 additions & 2 deletions pillarbox-player-testutils/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
~ Copyright (c) SRG SSR. All rights reserved.
~ License information is available from the LICENSE file.
-->
<manifest xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

<application
android:usesCleartextTraffic="true"
Expand Down
4 changes: 1 addition & 3 deletions pillarbox-ui/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
~ Copyright (c) SRG SSR. All rights reserved.
~ License information is available from the LICENSE file.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

</manifest>
<manifest />

0 comments on commit 71933bf

Please sign in to comment.