mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 09:33:33 +00:00
repo: add play variant
This commit is contained in:
parent
e465892013
commit
349c961f1a
6 changed files with 956 additions and 0 deletions
|
|
@ -37,6 +37,11 @@ android {
|
|||
dimension = "default"
|
||||
applicationId "com.cappielloantonio.notquitemy.tempo"
|
||||
}
|
||||
|
||||
play {
|
||||
dimension = "default"
|
||||
applicationId "com.cappielloantonio.play.tempo"
|
||||
}
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
|
@ -90,6 +95,7 @@ dependencies {
|
|||
implementation 'androidx.media3:media3-ui:1.4.0'
|
||||
implementation 'androidx.media3:media3-exoplayer-hls:1.4.0'
|
||||
tempoImplementation 'androidx.media3:media3-cast:1.4.0'
|
||||
playImplementation 'androidx.media3:media3-cast:1.4.0'
|
||||
|
||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
|
||||
annotationProcessor 'androidx.room:room-compiler:2.6.1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue