diff --git a/annotation/compiler/test/build.gradle b/annotation/compiler/test/build.gradle
index 925402b22c..d862ce572f 100644
--- a/annotation/compiler/test/build.gradle
+++ b/annotation/compiler/test/build.gradle
@@ -27,6 +27,7 @@ afterEvaluate {
}
android {
+ namespace 'com.bumptech.glide.annotation.compiler.test'
compileSdk libs.versions.compile.sdk.version.get()
defaultConfig {
@@ -94,4 +95,3 @@ task regenerateTestResources {
afterEvaluate {
regenerateTestResources.finalizedBy(testReleaseUnitTest)
}
-
diff --git a/annotation/compiler/test/src/main/AndroidManifest.xml b/annotation/compiler/test/src/main/AndroidManifest.xml
deleted file mode 100644
index a41245187e..0000000000
--- a/annotation/compiler/test/src/main/AndroidManifest.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
diff --git a/annotation/ksp/integrationtest/build.gradle b/annotation/ksp/integrationtest/build.gradle
index 16ee4b0d07..2454135cde 100644
--- a/annotation/ksp/integrationtest/build.gradle
+++ b/annotation/ksp/integrationtest/build.gradle
@@ -15,6 +15,7 @@ plugins {
}
android {
+ namespace 'com.bumptech.glide.annotation.ksp.integrationtest'
compileSdkVersion libs.versions.compile.sdk.version.get()
defaultConfig {
@@ -35,4 +36,4 @@ dependencies {
testImplementation libs.truth
testImplementation libs.kotlin.test
testImplementation project(path: ':annotation:ksp:test')
-}
\ No newline at end of file
+}
diff --git a/annotation/ksp/integrationtest/src/main/AndroidManifest.xml b/annotation/ksp/integrationtest/src/main/AndroidManifest.xml
deleted file mode 100644
index 0ffb83e81e..0000000000
--- a/annotation/ksp/integrationtest/src/main/AndroidManifest.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/annotation/ksp/test/build.gradle b/annotation/ksp/test/build.gradle
index 8de75bffa7..c305c65a60 100644
--- a/annotation/ksp/test/build.gradle
+++ b/annotation/ksp/test/build.gradle
@@ -4,6 +4,7 @@ plugins {
}
android {
+ namespace 'com.bumptech.glide.annotation.ksp.test'
compileSdkVersion libs.versions.compile.sdk.version.get()
defaultConfig {
@@ -22,4 +23,4 @@ dependencies {
testImplementation project(":annotation")
testImplementation project(":glide")
testImplementation libs.kotlin.test
-}
\ No newline at end of file
+}
diff --git a/annotation/ksp/test/src/main/AndroidManifest.xml b/annotation/ksp/test/src/main/AndroidManifest.xml
deleted file mode 100644
index 24d1ba23d8..0000000000
--- a/annotation/ksp/test/src/main/AndroidManifest.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/benchmark/build.gradle b/benchmark/build.gradle
index e5022d06ee..65a8fb817f 100644
--- a/benchmark/build.gradle
+++ b/benchmark/build.gradle
@@ -4,6 +4,7 @@ plugins {
}
android {
+ namespace 'com.bumptech.glide.benchmark'
compileSdkVersion libs.versions.compile.sdk.version.get()
buildToolsVersion "30.0.3"
@@ -41,4 +42,4 @@ dependencies {
androidTestImplementation project(':testutil')
androidTestImplementation libs.androidx.benchmark.junit
androidTestImplementation libs.guava
-}
\ No newline at end of file
+}
diff --git a/benchmark/src/androidTest/AndroidManifest.xml b/benchmark/src/androidTest/AndroidManifest.xml
index a0c5e81e03..7795cfbe2e 100644
--- a/benchmark/src/androidTest/AndroidManifest.xml
+++ b/benchmark/src/androidTest/AndroidManifest.xml
@@ -1,7 +1,6 @@
+ xmlns:tools="http://schemas.android.com/tools">