summaryrefslogtreecommitdiff
path: root/core/build.gradle
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2021-11-28 22:19:14 +0100
committerGitHub <noreply@github.com>2021-11-28 22:19:14 +0100
commitf0100e61ac633516082ea112363132c99f7c0b7a (patch)
treef7598c0cee85780b409ab895a8041d1607eec312 /core/build.gradle
parentaf2835c59dcb0473aba7a48b38f5abe28dca34d3 (diff)
downloadAntennaPod-f0100e61ac633516082ea112363132c99f7c0b7a.zip
Chromecast rework (#5518)
Diffstat (limited to 'core/build.gradle')
-rw-r--r--core/build.gradle5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/build.gradle b/core/build.gradle
index ce76fec70..b3954c879 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -27,6 +27,8 @@ dependencies {
implementation project(':net:sync:model')
implementation project(':parser:feed')
implementation project(':parser:media')
+ implementation project(':playback:base')
+ implementation project(':playback:cast')
implementation project(':ui:app-start-intent')
implementation project(':ui:common')
implementation project(':ui:png-icons')
@@ -61,9 +63,6 @@ dependencies {
implementation "com.github.AntennaPod:AntennaPod-AudioPlayer:$audioPlayerVersion"
// Non-free dependencies:
- playApi 'com.google.android.libraries.cast.companionlibrary:ccl:2.9.1'
- playApi 'androidx.mediarouter:mediarouter:1.0.0'
- playApi "com.google.android.gms:play-services-cast:$playServicesVersion"
playApi "com.google.android.support:wearable:$wearableSupportVersion"
compileOnly "com.google.android.wearable:wearable:$wearableSupportVersion"