From 401d7e587c321d88fb8d45c5d42d1dcfdbcd0802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Papp=20=28TWiStErRob=29?= Date: Wed, 26 Jul 2023 13:42:24 +0100 Subject: [PATCH] Migrate - - + diff --git a/annotation/ksp/integrationtest/build.gradle b/annotation/ksp/integrationtest/build.gradle index 6b379e0a51..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 { diff --git a/annotation/ksp/integrationtest/src/main/AndroidManifest.xml b/annotation/ksp/integrationtest/src/main/AndroidManifest.xml index edf12fb1a5..8072ee00db 100644 --- a/annotation/ksp/integrationtest/src/main/AndroidManifest.xml +++ b/annotation/ksp/integrationtest/src/main/AndroidManifest.xml @@ -1,5 +1,2 @@ - - - + diff --git a/annotation/ksp/test/build.gradle b/annotation/ksp/test/build.gradle index 292dcd5b92..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 { diff --git a/annotation/ksp/test/src/main/AndroidManifest.xml b/annotation/ksp/test/src/main/AndroidManifest.xml index 91d7cf5740..8072ee00db 100644 --- a/annotation/ksp/test/src/main/AndroidManifest.xml +++ b/annotation/ksp/test/src/main/AndroidManifest.xml @@ -1,5 +1,2 @@ - - + diff --git a/benchmark/build.gradle b/benchmark/build.gradle index fb9768b80f..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" diff --git a/benchmark/src/androidTest/AndroidManifest.xml b/benchmark/src/androidTest/AndroidManifest.xml index 6c0e836668..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">