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