summaryrefslogtreecommitdiff
path: root/net/common
diff options
context:
space:
mode:
Diffstat (limited to 'net/common')
-rw-r--r--net/common/build.gradle4
-rw-r--r--net/common/src/main/AndroidManifest.xml1
2 files changed, 4 insertions, 1 deletions
diff --git a/net/common/build.gradle b/net/common/build.gradle
index c519aa653..67efdf43f 100644
--- a/net/common/build.gradle
+++ b/net/common/build.gradle
@@ -3,6 +3,10 @@ plugins {
}
apply from: "../../common.gradle"
+android {
+ namespace "de.danoeh.antennapod.net.common"
+}
+
dependencies {
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
implementation "com.squareup.okhttp3:okhttp:$okhttpVersion"
diff --git a/net/common/src/main/AndroidManifest.xml b/net/common/src/main/AndroidManifest.xml
deleted file mode 100644
index 702944daa..000000000
--- a/net/common/src/main/AndroidManifest.xml
+++ /dev/null
@@ -1 +0,0 @@
-<manifest package="de.danoeh.antennapod.net.common" />