summaryrefslogtreecommitdiff
path: root/ui/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'ui/i18n')
-rw-r--r--ui/i18n/build.gradle2
-rw-r--r--ui/i18n/src/main/AndroidManifest.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/ui/i18n/build.gradle b/ui/i18n/build.gradle
index 4f5370662..c903d0e94 100644
--- a/ui/i18n/build.gradle
+++ b/ui/i18n/build.gradle
@@ -4,6 +4,8 @@ plugins {
apply from: "../../common.gradle"
android {
+ namespace "de.danoeh.antennapod.ui.i18n"
+
lint {
disable "Typos", "ExtraTranslation", "ImpliedQuantity",
"PluralsCandidate", "UnusedQuantity", "TypographyEllipsis"
diff --git a/ui/i18n/src/main/AndroidManifest.xml b/ui/i18n/src/main/AndroidManifest.xml
deleted file mode 100644
index 8729444b0..000000000
--- a/ui/i18n/src/main/AndroidManifest.xml
+++ /dev/null
@@ -1 +0,0 @@
-<manifest package="de.danoeh.antennapod.ui.i18n" />