mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 09:33:33 +00:00
First basic implementation of cast functionality
This commit is contained in:
parent
2d82007abd
commit
75bad72d83
7 changed files with 63 additions and 12 deletions
|
|
@ -54,6 +54,9 @@ dependencies {
|
|||
implementation "androidx.cardview:cardview:1.0.0"
|
||||
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||
|
||||
// Google GMS
|
||||
implementation 'com.google.android.gms:play-services-cast-framework:21.0.0'
|
||||
|
||||
// Android Material
|
||||
implementation 'com.google.android.material:material:1.4.0'
|
||||
|
||||
|
|
@ -70,6 +73,7 @@ dependencies {
|
|||
implementation "androidx.media3:media3-common:1.0.0-alpha01"
|
||||
implementation "androidx.media3:media3-exoplayer:1.0.0-alpha01"
|
||||
implementation "androidx.media3:media3-ui:1.0.0-alpha01"
|
||||
implementation "androidx.media3:media3-cast:1.0.0-alpha01"
|
||||
|
||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
|
||||
annotationProcessor 'androidx.room:room-compiler:2.4.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue