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