diff options
Diffstat (limited to 'net/discovery/build.gradle')
-rw-r--r-- | net/discovery/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/discovery/build.gradle b/net/discovery/build.gradle index 43ec26857..df47258fa 100644 --- a/net/discovery/build.gradle +++ b/net/discovery/build.gradle @@ -5,6 +5,8 @@ apply from: "../../common.gradle" apply from: "../../playFlavor.gradle" android { + namespace "de.danoeh.antennapod.net.discovery" + defaultConfig { if (project.hasProperty("podcastindexApiKey")) { buildConfigField "String", "PODCASTINDEX_API_KEY", '"' + podcastindexApiKey + '"' |