Skip to content

Commit 01bd3d7

Browse files
authored
Remove unneeded package declaration in transport runtime (#6545)
The package declaration inside AndroidManifest.xml is no longer used, and the `namespace` declaration in the gradle file is the one that should be used.
1 parent 800bc7a commit 01bd3d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

transport/transport-runtime/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
<!-- See the License for the specific language governing permissions and -->
1313
<!-- limitations under the License. -->
1414

15-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
16-
package="com.google.android.datatransport.runtime">
15+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
1716
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
1817
<!--Although the *SdkVersion is captured in gradle build files, this is required for non gradle builds-->
1918
<!--<uses-sdk android:minSdkVersion="21"/>-->

0 commit comments

Comments
 (0)