summaryrefslogtreecommitdiff
path: root/ui/common
diff options
context:
space:
mode:
Diffstat (limited to 'ui/common')
-rw-r--r--ui/common/build.gradle4
-rw-r--r--ui/common/src/main/AndroidManifest.xml1
2 files changed, 4 insertions, 1 deletions
diff --git a/ui/common/build.gradle b/ui/common/build.gradle
index 0603eb711..2771cac72 100644
--- a/ui/common/build.gradle
+++ b/ui/common/build.gradle
@@ -3,6 +3,10 @@ plugins {
}
apply from: "../../common.gradle"
+android {
+ namespace "de.danoeh.antennapod.ui.common"
+}
+
dependencies {
implementation project(":ui:i18n")
diff --git a/ui/common/src/main/AndroidManifest.xml b/ui/common/src/main/AndroidManifest.xml
deleted file mode 100644
index bae316f55..000000000
--- a/ui/common/src/main/AndroidManifest.xml
+++ /dev/null
@@ -1 +0,0 @@
-<manifest package="de.danoeh.antennapod.ui.common" />