Skip to content

Commit

Permalink
Add missing <?xml version="1.0" encoding="utf-8"?> in all AndroidMa…
Browse files Browse the repository at this point in the history
…nifest.xml files.
  • Loading branch information
TWiStErRob authored and sjudd committed Aug 8, 2023
1 parent 9e0efec commit ef9f0b3
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions annotation/compiler/test/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.bumptech.glide.annotation.compiler.test">
</manifest>
1 change: 1 addition & 0 deletions instrumentation/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.bumptech.glide.instrumentation">
Expand Down
1 change: 1 addition & 0 deletions integration/avif/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.bumptech.glide.integration.avif" />
1 change: 1 addition & 0 deletions integration/concurrent/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
package="com.bumptech.glide.integration.concurrent">
</manifest>
1 change: 1 addition & 0 deletions integration/cronet/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.bumptech.glide.integration.cronet">
<application>
Expand Down
1 change: 1 addition & 0 deletions integration/gifencoder/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
package="com.bumptech.glide.integration.gifencoder">
</manifest>
1 change: 1 addition & 0 deletions integration/okhttp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
package="com.bumptech.glide.integration.okhttp">
</manifest>
1 change: 1 addition & 0 deletions integration/okhttp3/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.bumptech.glide.integration.okhttp">

Expand Down
1 change: 1 addition & 0 deletions integration/okhttp4/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
package="com.bumptech.glide.integration.okhttp">
</manifest>
1 change: 1 addition & 0 deletions mocks/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.bumptech.glide.mocks">
</manifest>

0 comments on commit ef9f0b3

Please sign in to comment.