From 30be4628ae1cd07fe9d9ed584eb865f874869085 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Mon, 25 Apr 2022 23:10:18 +0200 Subject: Move feed discovery backends to their own module --- app/build.gradle | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 6a19bebb2..f740850b4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,14 +26,6 @@ android { } buildConfigField "String", "COMMIT_HASH", ('"' + (commit.isEmpty() ? "Unknown commit" : commit) + '"') - if (project.hasProperty("podcastindexApiKey")) { - buildConfigField "String", "PODCASTINDEX_API_KEY", '"' + podcastindexApiKey + '"' - buildConfigField "String", "PODCASTINDEX_API_SECRET", '"' + podcastindexApiSecret + '"' - } else { - buildConfigField "String", "PODCASTINDEX_API_KEY", '"XTMMQGA2YZ4WJUBYY4HK"' - buildConfigField "String", "PODCASTINDEX_API_SECRET", '"XAaAhk4^2YBsTE33vdbwbZNj82ZRLABDDqFdKe7x"' - } - javaCompileOptions { annotationProcessorOptions { arguments = [eventBusIndex: 'de.danoeh.antennapod.ApEventBusIndex'] @@ -113,6 +105,7 @@ dependencies { implementation project(":core") implementation project(":event") implementation project(':model') + implementation project(':net:discovery') implementation project(':net:sync:gpoddernet') implementation project(':net:sync:model') implementation project(':parser:feed') @@ -157,7 +150,6 @@ dependencies { implementation 'com.github.shts:TriangleLabelView:1.1.2' implementation 'com.leinardi.android:speed-dial:3.2.0' implementation "com.github.AntennaPod:AntennaPod-AudioPlayer:$audioPlayerVersion" - implementation 'com.github.mfietz:fyydlin:v0.5.0' implementation 'com.github.ByteHamster:SearchPreference:v2.0.0' implementation 'com.github.skydoves:balloon:1.4.0' implementation 'com.github.xabaras:RecyclerViewSwipeDecorator:1.3' -- cgit v1.2.3