Skip to content

Commit

Permalink
remove package from manifests modules
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed Oct 28, 2024
1 parent d2aeba2 commit acc0770
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 24 deletions.
2 changes: 1 addition & 1 deletion common/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<manifest package="com.pedro.common" />
<manifest />
2 changes: 1 addition & 1 deletion encoder/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<manifest package="com.pedro.encoder" />
<manifest />
2 changes: 1 addition & 1 deletion extra-sources/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<manifest package="com.pedro.extra-sources" />
<manifest />
2 changes: 1 addition & 1 deletion library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<manifest package="com.pedro.library" />
<manifest />
2 changes: 1 addition & 1 deletion rtmp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<manifest package="com.pedro.rtmp" />
<manifest />
2 changes: 1 addition & 1 deletion rtsp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<manifest package="com.pedro.rtsp" />
<manifest />
18 changes: 1 addition & 17 deletions srt/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
<!--
~ Copyright (C) 2023 pedroSG94.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<manifest package="com.pedro.srt" />
<manifest />
2 changes: 1 addition & 1 deletion udp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<manifest package="com.pedro.udp" />
<manifest />

0 comments on commit acc0770

Please sign in to comment.