diff options
Diffstat (limited to 'net/common/build.gradle')
-rw-r--r-- | net/common/build.gradle | 4 |
1 files changed, 4 insertions, 0 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" |